Skip to content

Commit

Permalink
mkdocs moved
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmisek committed Aug 26, 2024
1 parent 8c23def commit cca00ee
Show file tree
Hide file tree
Showing 21 changed files with 8 additions and 15 deletions.
6 changes: 6 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
"type": "coreclr",
"request": "attach",
"processId": "${command:pickProcess}"
},
{
"name": "mkdocs serve",
"request": "launch",
"type": "node-terminal",
"command": "mkdocs serve"
}
]
}
14 changes: 0 additions & 14 deletions docs/.vscode/launch.json

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions docs/setup.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
cd..
pip install mkdocs mkdocs-material mkdocs-minify-plugin
mkdocs build
2 changes: 1 addition & 1 deletion docs/mkdocs.yml → mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ markdown_extensions:

# Page tree

docs_dir: content
docs_dir: docs

# nav:
# - Home: 'index.md'
Expand Down

0 comments on commit cca00ee

Please sign in to comment.