- Apr 29, 2021
-
-
Romain Deville authored
-
Romain Deville authored
-
Romain Deville authored
-
Romain Deville authored
v1.0.1 (29/04/2021) - Fix wrong assets path in `docs/personal_template/create.md` - Update `plugins.py` to latest release -
Romain Deville authored
v1.0.1 (29/04/2021) - Fix wrong assets path in `docs/personal_template/create.md` - Update `plugins.py` to latest release -
Romain Deville authored
v1.0.1 (29/04/2021) - Fix wrong assets path in `docs/personal_template/create.md` - Update `plugins.py` to latest release -
Romain Deville authored
-
Romain Deville authored
-
Romain Deville authored
v1.0.0 (29/04/2021) First initial release of MkDocs Template - Add bunch of features: - `setup.sh` script to automatically install template, - `template` folder holding basic template files, script `docs/_data/plugins.py` to dynamically setup `mkdocs.yml` configuration and schema and template for files read by the script - Add bunch of configuration files: - Syntax and workflow configuration files such as `.editorconfig`, `.yamllint`, `pyproject.toml` - Add CI which test the scripts (bash and python), build the documentation and deploy it - Add the documentation describing the usage of the template with needed assets. - Add licenses, MIT and Beer-Ware. -
Romain Deville authored
v1.0.0 (29/04/2021) First initial release of MkDocs Template - Add bunch of features: - `setup.sh` script to automatically install template, - `template` folder holding basic template files, script `docs/_data/plugins.py` to dynamically setup `mkdocs.yml` configuration and schema and template for files read by the script - Add bunch of configuration files: - Syntax and workflow configuration files such as `.editorconfig`, `.yamllint`, `pyproject.toml` - Add CI which test the scripts (bash and python), build the documentation and deploy it - Add the documentation describing the usage of the template with needed assets. - Add licenses, MIT and Beer-Ware. -
Romain Deville authored
-
Romain Deville authored
Write main documentation of the usage of the template. Update mkdocs.yml configuration and add extra variables in `docs/_data/`. Add img assets for the documentation. -
Romain Deville authored
-
Romain Deville authored
-
Romain Deville authored
-
Romain Deville authored
Write the main documentation of the usage of the template. Add img corresponding to new pages. Add extra variable needed for the documentation
-
- Apr 26, 2021
-
-
Romain Deville authored
Due to `last_*` being 0, versioning handling was wrong when rendering the documentation as this create a version 0.0.0 in the file version.json. This commit fix this issues by setting `last_*` variables to `-1` and adding a small test to better handle versioning of the documentation.
-
- Apr 22, 2021
-
-
Romain Deville authored
Add copyright notice in docs/_data/vars.yaml from mkdocs_template_rdeville.
-
Romain Deville authored
-
Romain Deville authored
-
Romain Deville authored
Make workflow only run on framagit.org and move path where index.html is rsync.
-
- Apr 20, 2021
-
-
Romain Deville authored
-
Romain Deville authored
-
Romain Deville authored
Replace `only` by `rules` in CI. Update some typos and command order.
-
Romain Deville authored
Fix flake8 dependencies and Upgrade CI Automatically remove flakehell dependencies from `mkdocs_template_rdeville` as flakehell seems to be dying. Replace flakehell by flake9, fork of flake8 with pyproject support. Update files accordingly. Fix pydocstyle warning in plugins.py files. Upgrade CI from mkdocs_template_rdeville. See merge request rdeville.private/my_programs/mkdocs_template!3 -
Romain Deville authored
Automatically remove flakehell dependencies from `mkdocs_template_rdeville` as flakehell seems to be dying. Replace flakehell by flake9, fork of flake8 with pyproject support. Update files accordingly. Fix pydocstyle warning in plugins.py files. Upgrade CI from mkdocs_template_rdeville.
-
- Apr 19, 2021
-
-
Romain Deville authored
-
Romain Deville authored
Update python requirements files to add required dependencies to use the mkdocs_template_rdeville and upgrade pinned dependencies.
-
Romain Deville authored
Add/upgrade following files using the mkdocs_template_rdeville: - .editorconfig - .yamllint - mkdocs.yml - pyproject.toml
-
Romain Deville authored
-
Romain Deville authored
Add content of docs/ folder with the base content installed from the template mkdocs_template_rdeville
-
Romain Deville authored
-
- Apr 16, 2021
-
-
Romain Deville authored
Due to error when using `tox` about unused args, remove those args from `set_nav` method in `plugins.py` file.
-
Romain Deville authored
-
Romain Deville authored
-
Romain Deville authored
Add support of extra `nav` key which can be defined in `docs/_data/extra.yml` allowing to overload the `nav` key of `mkdocs.yml` file, allowing to forked repo to have their own `nav` without modifying the `nav` key of the `mkdocs.yml` file. Fix minor typo in file `docs/_data/plugins.py` not loading `extra.yml` file correctly.
-
Romain Deville authored
Release v0.0.1 which: -
Simplify and upgrade CI, now simplier, using rules instead of only. - Update scripts `plugin.py` to be tox compliant - Add mkdocs logo -
Romain Deville authored
Due to error when running tox, adding better docstring in `plugin.py` and update content of `plugin.py` to fix pylint error. Update and
-
- Apr 15, 2021
-
-
Romain Deville authored
Fixing & Simplify CI & Adding assets Huge rework of the `docs/.gitlab-ci.yml` to : - Simplify the file describing the CI process. - Use `rules` instead of `only/except` to be more flexible in case of future update. - Update script `docs/_data/plugins.py` to better support external subrepo. - Adding logo in PNG and SVG format. See merge request rdeville.private/my_programs/mkdocs_template!2 -
Romain Deville authored
Huge rework of the `docs/.gitlab-ci.yml` to : - Simplify the file describing the CI process. - Use `rules` instead of `only/except` to be more flexible in case of future update. - Update script `docs/_data/plugins.py` to better support external subrepo. - Adding logo in PNG and SVG format. See merge request rdeville.private/my_programs/mkdocs_template!2
-