Skip to content

Commit

Permalink
chore: set up mkdocs
Browse files Browse the repository at this point in the history
Add mkdocs configuration and relocate the project README to the `docs/`
subdirectory, bringing it under the control of mkdocs.

This README will still be shown on the project main page per
https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes#about-readmes
  • Loading branch information
cmars committed Oct 23, 2023
1 parent 1d9f524 commit 25a4bcc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
File renamed without changes.
9 changes: 9 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
site_name: Snyk Tags Tool
nav:
- Home: README.md

theme:
name: readthedocs
highlightjs: true
plugins:
- search
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "2.2.1"
description = "CLI tool designed to manage tags and attributes at scale"
authors = ["EricFernandezSnyk <[email protected]>"]
license = "MIT"
readme = "README.md"
readme = "docs/README.md"
repository = "https://github.com/snyk-labs/snyk-tags-tool"
keywords =["snyk"]

Expand Down

0 comments on commit 25a4bcc

Please sign in to comment.