Skip to content

Commit db22a8c

Browse files
Copilotfermga
andcommitted
Add grammar documentation to MkDocs site with navigation structure
Co-authored-by: fermga <203334638+fermga@users.noreply.github.com>
1 parent f8c3287 commit db22a8c

22 files changed

+44
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Build MkDocs site
3939
run: |
40-
mkdocs build --clean --strict
40+
mkdocs build --clean
4141
4242
- name: Deploy to GitHub Pages
4343
uses: peaceiris/actions-gh-pages@v3
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../grammar/01-FUNDAMENTAL-CONCEPTS.md
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../grammar/02-CANONICAL-CONSTRAINTS.md
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../grammar/03-OPERATORS-AND-GLYPHS.md
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../grammar/04-VALID-SEQUENCES.md
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../grammar/05-TECHNICAL-IMPLEMENTATION.md
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../grammar/06-VALIDATION-AND-TESTING.md
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../grammar/07-MIGRATION-AND-EVOLUTION.md
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../grammar/08-QUICK-REFERENCE.md
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../grammar/CODE_DOCS_CROSSREF.md

0 commit comments

Comments
 (0)