{"id":22481880,"url":"https://github.com/kibatic/docker-mkdocs","last_synced_at":"2026-03-19T23:01:57.067Z","repository":{"id":41587015,"uuid":"341564243","full_name":"kibatic/docker-mkdocs","owner":"kibatic","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-04T07:58:46.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T08:47:35.479Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kibatic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-23T13:30:34.000Z","updated_at":"2022-04-29T13:40:48.000Z","dependencies_parsed_at":"2022-08-10T03:33:08.112Z","dependency_job_id":null,"html_url":"https://github.com/kibatic/docker-mkdocs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kibatic%2Fdocker-mkdocs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kibatic%2Fdocker-mkdocs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kibatic%2Fdocker-mkdocs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kibatic%2Fdocker-mkdocs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kibatic","download_url":"https://codeload.github.com/kibatic/docker-mkdocs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245906015,"owners_count":20691883,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-06T16:16:49.720Z","updated_at":"2026-01-06T23:05:56.555Z","avatar_url":"https://github.com/kibatic.png","language":"Dockerfile","readme":"Kibatic Mkdocs\n==============\n\nBasé sur polinux/mkdocs (merci aux devs).\n\nCette image ajoute juste le plugin mermaid2.\n\nQuickstart\n----------\n\nLes fichiers sont à mettre dans le répertoire docs/.\n\nexemple de config : mkdocs.yml\n\n```yaml\nsite_name: Site title\n\n## ajouter éventuellement une nav\n\n#nav:\n#    - Accueil: README.md\n# ...\n\ntheme:\n  name: material\n\nmarkdown_extensions:\n  - admonition\n  - pymdownx.highlight:\n      linenums: true\n  - pymdownx.superfences:\n      custom_fences:\n        - name: mermaid\n          class: mermaid\n          format: !!python/name:mermaid2.fence_mermaid\n\n# si vous voulez un style custom\n# extra_css: [extra.css]\n\nplugins:\n  - mermaid2:\n      version: 8.9.0\n  - search\n  - mkdocs-video\n```\n\nExemple de docker-compose.yml (avec traefik2)\n\n```yml\nversion: '3.8'\n\nservices:\n  app:\n    image: kibatic/mkdocs\n    labels:\n      - \"traefik.http.services.mkdocs.loadbalancer.server.port=8000\"\n    environment:\n      LIVE_RELOAD_SUPPORT: 'true'\n      ADD_MODULES: 'fontawesome-markdown mkdocs-git-revision-date-localized-plugin mkdocs-material mermaid2'\n      DOCS_DIRECTORY: '/mkdocs'\n    volumes:\n      - .:/mkdocs\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkibatic%2Fdocker-mkdocs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkibatic%2Fdocker-mkdocs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkibatic%2Fdocker-mkdocs/lists"}