{"id":19839394,"url":"https://github.com/redislabs/mkdocs-include","last_synced_at":"2025-09-25T11:45:19.612Z","repository":{"id":89912847,"uuid":"245902318","full_name":"RedisLabs/mkdocs-include","owner":"RedisLabs","description":"An MkDocs plugin for including files in markdown","archived":false,"fork":false,"pushed_at":"2021-02-25T09:13:16.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-11T11:22:43.740Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RedisLabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-03-08T23:04:45.000Z","updated_at":"2021-02-25T09:13:19.000Z","dependencies_parsed_at":"2023-05-30T11:45:38.972Z","dependency_job_id":null,"html_url":"https://github.com/RedisLabs/mkdocs-include","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/RedisLabs%2Fmkdocs-include","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedisLabs%2Fmkdocs-include/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedisLabs%2Fmkdocs-include/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedisLabs%2Fmkdocs-include/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RedisLabs","download_url":"https://codeload.github.com/RedisLabs/mkdocs-include/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241209541,"owners_count":19927734,"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-11-12T12:22:11.481Z","updated_at":"2025-09-25T11:45:14.563Z","avatar_url":"https://github.com/RedisLabs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mkdocs-include\n\nThis MkDocs plugin includes files in your markdown documents.\n\n## Setup\n\nInstall the plugin using pip:\n\n`pip install git+https://github.com/RedisLabs/mkdocs-include.git`\n\nActivate the plugin in `mkdocs.yml`:\n```yaml\nplugins:\n  - search\n  - include:\n    src_path: docs/sources\n```\n\n\u003e **Note:** If you have no `plugins` entry in your config file yet, you'll likely also want to add the `search` plugin. MkDocs enables it by default if there is no `plugins` entry set, but now you have to enable it explicitly.\n\nMore information about plugins in the [MkDocs documentation][mkdocs-plugins].\n\n## Config\n\n* `src_path` - The path to your source files\n\n## Usage\n\nAssuming you have a file at \"docs/sources/hello.c\" and that the `src_path` property is set to \"docs/sources\" add the following to your .md file to include it:\n\n```md\n{{ include('hello.c') }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredislabs%2Fmkdocs-include","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredislabs%2Fmkdocs-include","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredislabs%2Fmkdocs-include/lists"}