{"id":16543503,"url":"https://github.com/s3rius/mkdoc-translations","last_synced_at":"2025-07-25T17:11:40.940Z","repository":{"id":107291039,"uuid":"347213647","full_name":"s3rius/mkdoc-translations","owner":"s3rius","description":"Multiple languages support for mkdocs","archived":false,"fork":false,"pushed_at":"2021-03-12T22:37:00.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-18T08:37:02.610Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/s3rius.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-12T22:26:17.000Z","updated_at":"2022-02-21T09:49:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"60ff5cd8-4de1-4b36-ab11-1164fb142b9e","html_url":"https://github.com/s3rius/mkdoc-translations","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/s3rius/mkdoc-translations","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s3rius%2Fmkdoc-translations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s3rius%2Fmkdoc-translations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s3rius%2Fmkdoc-translations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s3rius%2Fmkdoc-translations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s3rius","download_url":"https://codeload.github.com/s3rius/mkdoc-translations/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s3rius%2Fmkdoc-translations/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267037585,"owners_count":24025606,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10-11T19:00:24.840Z","updated_at":"2025-07-25T17:11:40.890Z","avatar_url":"https://github.com/s3rius.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mkdocs translations plugin\n\nThis plugin is inspired by [mkdocs-static-i18n](https://github.com/ultrabug/mkdocs-static-i18n) plugin,\nbut it solves problem with tabs. With it, you can use nested documentation file structure.\n\nAlso, it's integrated with mkdocs-material theme features.\nSuch as [search](https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/),\n[language switcher](https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/),\nand [tabs](https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-tabs).\n\nFor example, with the following configuration:\n```yaml\n# Add this plugin in your mkdocs.yml\nplugins:\n  - translations:\n      default_language: ru\n      languages:\n        en: english\n        ru: русский\n```\n\nIt will turn this.\n```\ndocs\n├── Dir1\n│   ├── index.md\n│   ├── index.en.md\n│   ├── Theme1.md\n│   ├── Theme1.en.md\n│   ├── Theme2.md\n│   └── Theme2.en.md\n├── index.en.md\n├── index.md\n└── Dir2\n    ├── index.md\n    ├── index.en.md\n    ├── Theme1.md\n    └── Theme1.en.md\n```\n\nInto this:\n```\nsite\n├── 404.html\n├── index.html\n├── Dir1\n│   ├── Theme1\n│   │   └── index.html\n│   ├── index.html\n│   └── Theme2\n│       └── index.html\n├── Dir2\n│   ├── Theme1\n│   │   └── index.html\n│   └── index.html\n├── en\n│   ├── Dir1\n│   │   ├── Theme1\n│   │   │   └── index.html\n│   │   ├── index.html\n│   │   └── Theme2\n│   │       └── index.html\n│   ├── index.html\n│   └── Dir2\n│       ├── Theme1\n│       │   └── index.html\n│       └── index.html\n└── ru\n    ├── Dir1\n    │   ├── Theme1\n    │   │   └── index.html\n    │   ├── index.html\n    │   └── Theme2\n    │       └── index.html\n    ├── index.html\n    └── Dir2\n        ├── Theme1\n        │   └── index.html\n        └── index.html\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs3rius%2Fmkdoc-translations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs3rius%2Fmkdoc-translations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs3rius%2Fmkdoc-translations/lists"}