Skip to content

Commit

Permalink
Merge pull request #97 from mitre/Reformat-Guides
Browse files Browse the repository at this point in the history
Reformat guides
  • Loading branch information
Amndeep7 authored Feb 19, 2025
2 parents 54cc9f2 + 57c3275 commit 9a6099d
Show file tree
Hide file tree
Showing 245 changed files with 3,933 additions and 6,108 deletions.
29 changes: 14 additions & 15 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,22 @@ docs: docs/*
example: examples/**/*
repository: packages/repository/*

'user':
'user-guide':
- changed-files:
- any-glob-to-any-file: ['src/courses/user/**/*']
- any-glob-to-any-file: [ 'src/courses/*user*/**/*' ]

'beginner':
- changed-files:
- any-glob-to-any-file: ['src/courses/beginner/**/*']

'advanced':
- changed-files:
- any-glob-to-any-file: ['src/courses/advanced/**/*']
'deployment-guide':
- changed-files:
- any-glob-to-any-file: [ 'src/courses/*deployment*/**/*' ]

'guidance':
- changed-files:
- any-glob-to-any-file: ['src/courses/guidance/**/*']
'admin-guide':
- changed-files:
- any-glob-to-any-file: [ 'src/courses/*admin*/**/*' ]

'courses':
- changed-files:
- any-glob-to-any-file: ['src/courses/**/*']
'tir-resources':
- changed-files:
- any-glob-to-any-file: [ 'src/resources/**/*' ]

'tir-installation':
- changed-files:
- any-glob-to-any-file: [ 'src/installation/**/*' ]
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
uses: cypress-io/github-action@v6
with:
build: npm run docs:build
start: npm run ci
start: npm run test
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ src/.vuepress/.cache/**
src/.vuepress/dist/**
src/.vuepress/.temp/**
.DS_Store

# Local Netlify folder
.netlify
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
2 changes: 2 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ Redistribution and use in source and binary forms, with or without modification,
- Redistributions in binary form must reproduce the above copyright copyright/ digital rights legend, this list of conditions and the following Notice in the documentation and/or other materials provided with the distribution.

- Neither the name of The MITRE Corporation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

© 2024 Lockheed Martin Corporation. This publication is licensed under the Creative Commons Attribution 4.0 International Public License (https://creativecommons.org/licenses/by/4.0/legalcode.en). Except as expressly licensed, all right herein are reserved.
2 changes: 1 addition & 1 deletion cypress/e2e/site-alive.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ describe('The Site Loaded and has the expected Title', () => {

it('passes', () => {
cy.visit('http://localhost:8080')
cy.title().should('eq', 'MITRE SAF Training | TIR Docs')
cy.title().should('eq', 'Test Ingest Repository | Test Ingest Repository Docs')
})
})
Loading

0 comments on commit 9a6099d

Please sign in to comment.