Skip to content

Commit

Permalink
Refactored nav
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna authored Oct 20, 2024
1 parent 637c0b4 commit 781d4ae
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,25 @@ markdown_extensions:
- pymdownx.snippets
- pymdownx.superfences
nav:
- Overview:
- Home:
- Introduction: index.md
- Features:
- Parameters: parameters.md
- Properties: properties.md
- Components: components.md
- Validation: validation.md
- Compatibility: compatibility.md
- Date/Time Concepts: datetime.md
- Encoding: encoding.md
- Filtering: filtering.md
- Groovy: groovy.md
- Indexing: indexing.md
- Parsing: parser.md
- Recurrences: recurrences.md
- Timezones: timezones.md
- OSGi: osgi.md
# - Services:
# - Overview: services/index.md
- Getting Started: getting-started.md
- Configuration: configuring.md
- Examples:
Expand All @@ -52,23 +69,7 @@ nav:
- CUAs: cuas.md
- Projects using iCal4j: projects.md
- Resources: resources.md
- Features:
- Parameters: parameters.md
- Properties: properties.md
- Components: components.md
- Validation: validation.md
- Compatibility: compatibility.md
- Date/Time Concepts: datetime.md
- Encoding: encoding.md
- Filtering: filtering.md
- Groovy: groovy.md
- Indexing: indexing.md
- Parsing: parser.md
- Recurrences: recurrences.md
- Timezones: timezones.md
- OSGi: osgi.md
# - Services:
# - Overview: services/index.md

- vCard:
- Overview: vcard/index.md
- Examples: vcard/examples.md
Expand Down

0 comments on commit 781d4ae

Please sign in to comment.