Skip to content
Snippets Groups Projects
  1. Apr 29, 2021
    • Romain Deville's avatar
      :bug: Fix version handling in plugins.py · c708ca18
      Romain Deville authored
      c708ca18
    • Romain Deville's avatar
      :bug::pencil: Fix path to assets in documentation · c9ecc176
      Romain Deville authored
      c9ecc176
    • Romain Deville's avatar
      :twisted_rightwards_arrows: :bookmark:v1.0.0 into develop · c1dd0c7c
      Romain Deville authored
      :bookmark: v1.0.0 (29/04/2021)
      
      First initial release of MkDocs Template
      
      - :sparkles: 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
      - :wrench: Add bunch of configuration files:
          - Syntax and workflow configuration files such as `.editorconfig`,
            `.yamllint`, `pyproject.toml`
      - :construction_worker: Add CI which test the scripts (bash and python), build the
        documentation and deploy it
      - :pencil::bento: Add the documentation describing the usage of the template with needed
        assets.
      - :page_facing_up: Add licenses, MIT and Beer-Ware.
      c1dd0c7c
    • Romain Deville's avatar
      :twisted_rightwards_arrows: release-1.0.0 into master · 3595aa08
      Romain Deville authored
      :bookmark: v1.0.0 (29/04/2021)
      
      First initial release of MkDocs Template
      
      - :sparkles: 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
      - :wrench: Add bunch of configuration files:
          - Syntax and workflow configuration files such as `.editorconfig`,
            `.yamllint`, `pyproject.toml`
      - :construction_worker: Add CI which test the scripts (bash and python), build the
        documentation and deploy it
      - :pencil::bento: Add the documentation describing the usage of the template with needed
        assets.
      - :page_facing_up: Add licenses, MIT and Beer-Ware.
      v1.0.0
      3595aa08
    • Romain Deville's avatar
      :pencil::bookmark: Write release note for v1.0.0 · 3706e050
      Romain Deville authored
      3706e050
    • Romain Deville's avatar
      :twisted_rightwards_arrows: feature-writing-doc into develop · 94f19bda
      Romain Deville authored
      :pencil: Write main documentation of the usage of the template.
      
      :wrench: Update mkdocs.yml configuration and add extra variables in `docs/_data/`.
      
      :bento: Add img assets for the documentation.
      94f19bda
    • Romain Deville's avatar
      007d2d4f
    • Romain Deville's avatar
      d101254e
    • Romain Deville's avatar
      ca4f0ef1
    • Romain Deville's avatar
      :pencil::bento: Wrtie the documentation · a89e7c89
      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
      a89e7c89
  2. Apr 26, 2021
    • Romain Deville's avatar
      :bug: Fix wrong versioning handling in plugins.py · f25e998c
      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.
      f25e998c
  3. Apr 22, 2021
  4. Apr 20, 2021
  5. Apr 19, 2021
  6. Apr 16, 2021
  7. Apr 15, 2021
    • Romain Deville's avatar
      Merge branch 'feature-ci-test' into 'develop' · c6a9edfb
      Romain Deville authored
      :green_heart: Fixing & Simplify CI & :bento: 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
      c6a9edfb
    • Romain Deville's avatar
      :green_heart: Fixing & Simplify CI & :bento: Adding assets · de3b9881
      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
      de3b9881
  8. Apr 14, 2021
    • Romain Deville's avatar
      :twisted_rightwards_arrows: feature-ci-testing into develop · d902f268
      Romain Deville authored
      :green_heart: Fixing CI
      
      Mainly updating `docs/.gitlab-ci.yml` and `docs/_data/plugins.py` to make the CI working.
      
      Comment formatting test for now.
      
      See merge request rdeville.private/my_programs/mkdocs_template!1
      d902f268
    • Romain Deville's avatar
      :green_heart: Fixing CI · f6e05ffb
      Romain Deville authored
      Mainly updating `docs/.gitlab-ci.yml` and `docs/_data/plugins.py` to make the CI working.
      
      Comment formatting test for now.
      f6e05ffb
  9. Apr 13, 2021
Loading