Skip to content

Commit

Permalink
Integrate with Copier
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin committed Nov 26, 2023
1 parent fb047ef commit 0945c48
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .tools/copier-answers.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
_commit: 8013794b5
_src_path: gh:oprypin/py-project-template
copyright_date: '2020'
mkdocs: true
mkdocs_install_self: false
project_description: MkDocs plugin to specify the navigation in Markdown instead of YAML
project_name: mkdocs-literate-nav
pytest: true
python_distribution_name: mkdocs-literate-nav
python_source_path: mkdocs_literate_nav
repository_name: oprypin/mkdocs-literate-nav
script_test: false

2 changes: 1 addition & 1 deletion .tools/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ git diff --quiet HEAD pyproject.toml
rm -rf dist
hatch version "$1"
hatch build
git add */__init__.py
git add mkdocs_literate_nav/__init__.py
git commit -m "v$1"
git tag -a -m "" "v$1"
git push origin master --tags
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**[Plugin][] for [MkDocs][] to specify the navigation in Markdown instead of YAML**

[![PyPI](https://img.shields.io/pypi/v/mkdocs-literate-nav)](https://pypi.org/project/mkdocs-literate-nav/)
[![GitHub](https://img.shields.io/github/license/oprypin/mkdocs-literate-nav)](https://github.com/oprypin/mkdocs-literate-nav/blob/master/LICENSE.md)
[![License](https://img.shields.io/github/license/oprypin/mkdocs-literate-nav)](https://github.com/oprypin/mkdocs-literate-nav/blob/master/LICENSE.md)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/oprypin/mkdocs-literate-nav/ci.yml.svg)](https://github.com/oprypin/mkdocs-literate-nav/actions?query=event%3Apush+branch%3Amaster)

```shell
Expand Down
4 changes: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
site_name: "mkdocs-literate-nav"
site_description: "MkDocs plugin to specify the navigation in Markdown instead of YAML"
site_url: "https://oprypin.github.io/mkdocs-literate-nav"
repo_url: "https://github.com/oprypin/mkdocs-literate-nav"
edit_uri: blob/master/docs/
Expand All @@ -17,10 +18,11 @@ theme:
accent: purple

markdown_extensions:
- pymdownx.details
- pymdownx.highlight
- pymdownx.magiclink
- pymdownx.saneheaders
- pymdownx.superfences
- pymdownx.details
- pymdownx.snippets:
check_paths: true
base_path:
Expand Down

0 comments on commit 0945c48

Please sign in to comment.