Skip to content

Commit

Permalink
doc: adds compliance page
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanpierrefortune committed Nov 6, 2024
1 parent 0df22b4 commit aacb123
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 6 additions & 2 deletions config/_default/menus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ main:
url: '/specifications/'
weight: 10

- name: Compliance
url: '/compliance/'
weight: 20

- name: Community
url: '/community/'
weight: 20
weight: 30
- name: Contributing
parent: Community
url: '/community/contributing/'
Expand All @@ -30,6 +34,6 @@ main:

- name: Implementations
url: '/implementations/'
weight: 30
weight: 40


5 changes: 5 additions & 0 deletions content/compliance/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Terminal Compliance
weight: 10
---
Coming soon

0 comments on commit aacb123

Please sign in to comment.