Skip to content

Commit

Permalink
Tweak website (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault authored Feb 17, 2025
1 parent 58e9c91 commit fd9e3fc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
[![Maven Central](https://img.shields.io/maven-central/v/com.github.alexarchambault/case-app_3.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.alexarchambault/case-app_3)
[![javadoc](https://javadoc.io/badge2/com.github.alexarchambault/case-app_3/javadoc.svg)](https://javadoc.io/doc/com.github.alexarchambault/case-app_3)

See the [website](https://alexarchambault.github.io/case-app/) for more details ([website sources on GitHub](https://github.com/alexarchambault/case-app/tree/main/docs/pages) if the website isn't responsive)
See the [website](https://alexarchambault.github.io/case-app/) for more details. Website built with [![Built with Material for MkDocs](https://img.shields.io/badge/Material_for_MkDocs-526CFE?logo=MaterialForMkDocs&logoColor=white)](https://squidfunk.github.io/mkdocs-material/)
20 changes: 11 additions & 9 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@ site_name: case-app
nav:
- Home: 'index.md'
- 'setup.md'
- 'define.md'
- 'types.md'
- 'parse.md'
- 'help.md'
- 'commands.md'
- 'completion.md'
- 'misc.md'
- 'advanced.md'
- 'develop.md'
- API:
- 'define.md'
- 'types.md'
- 'parse.md'
- 'help.md'
- 'commands.md'
- 'completion.md'
- 'misc.md'
- 'advanced.md'
- Contributing:
- 'contrib-website.md'

repo_url: https://github.com/alexarchambault/case-app
edit_uri: edit/main/docs/pages/
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/develop.md → docs/pages/contrib-website.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contributing
# Website

## Building the website locally

Expand Down

0 comments on commit fd9e3fc

Please sign in to comment.