{"id":21710066,"url":"https://github.com/cellocommunications/mkdocs-template-enterprise","last_synced_at":"2026-04-15T18:32:32.217Z","repository":{"id":263344054,"uuid":"890051480","full_name":"CelloCommunications/mkdocs-template-enterprise","owner":"CelloCommunications","description":"MkDocs Template for Bootstrapping a Docs instance","archived":false,"fork":false,"pushed_at":"2025-03-17T09:08:10.000Z","size":2648,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-17T10:26:58.969Z","etag":null,"topics":["docs","kb","knowledge","mkdocs"],"latest_commit_sha":null,"homepage":"https://cellocommunications.github.io/mkdocs-template-enterprise/","language":"Shell","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/CelloCommunications.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-17T22:05:13.000Z","updated_at":"2025-03-17T09:08:14.000Z","dependencies_parsed_at":"2024-12-17T05:29:25.251Z","dependency_job_id":"5281d900-d6a3-41b3-b8eb-536097e1ac61","html_url":"https://github.com/CelloCommunications/mkdocs-template-enterprise","commit_stats":null,"previous_names":["cellocommunications/mkdocs-template-enterprise"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CelloCommunications%2Fmkdocs-template-enterprise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CelloCommunications%2Fmkdocs-template-enterprise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CelloCommunications%2Fmkdocs-template-enterprise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CelloCommunications%2Fmkdocs-template-enterprise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CelloCommunications","download_url":"https://codeload.github.com/CelloCommunications/mkdocs-template-enterprise/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244666422,"owners_count":20490286,"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":["docs","kb","knowledge","mkdocs"],"created_at":"2024-11-25T23:10:48.168Z","updated_at":"2026-04-15T18:32:32.149Z","avatar_url":"https://github.com/CelloCommunications.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MkDocs Template\n\n[![docs-build](https://github.com/CelloCommunications/mkdocs-template-enterprise/actions/workflows/docs-build.yml/badge.svg)](https://github.com/CelloCommunications/mkdocs-template-enterprise/actions/workflows/docs-build.yml) [![docs-sync](https://github.com/CelloCommunications/mkdocs-template-enterprise/actions/workflows/docs-sync.yml/badge.svg)](https://github.com/CelloCommunications/mkdocs-template-enterprise/actions/workflows/docs-sync.yml)\n\n\u003e [!IMPORTANT]\n\u003e Pleased note this repository is a template for creating a new repository.\n\u003e It is not intended to be used directly. Please dont dump random content here as it will be overwritten.\n\u003e While working on our KB refactor this template is used for work in progress and testing.\n\n---\n\n\u003e [!CAUTION]\n\u003e Also this repo must be public just for now so be careful what is added to it!\n\n[[toc]]\n\n## Default Deployment Location\n\nView doc output here:\n\n```txt\nhttps://\u003cusername\u003e.github.io/\u003crepository-name\u003e\n```\n\n\u003chttps://cellocommunications.github.io/mkdocs-template-enterprise/\u003e\n\n## Private Pages Configuration\n\nConfigure GitHub Pages for private access, restricting it to organization members only.\n\n[privacy](notes/notes-privacy.md)\n\n## Workflow Concepts\n\nWorkflow concepts for managing documentation with GitHub Pages with more advanced features.\n\n[workflows](notes/notes-workflows.md)\n\n## CoPilot Instructions\n\nYour Copilot preferences are set via concise plain language instructions here.\n\n[copilot](.github/copilot-instructions.md)\n\n## Prerequisites\n\n### Installing UV\n\nBefore running the documentation server, you need to install `uv` - the extremely fast Python package manager. Choose the installation method for your operating system:\n\n#### macOS and Linux\n\nUsing the standalone installer:\n\n```sh\ncurl -LsSf https://astral.sh/uv/install.sh | sh\n```\n\nAlternatively, with Homebrew:\n\n```sh\nbrew install uv\n```\n\n#### Windows\n\nUsing the standalone installer:\n\n```sh\npowershell -ExecutionPolicy ByPass -c \"irm https://astral.sh/uv/install.ps1 | iex\"\n```\n\nAlternatively, with WinGet:\n\n```sh\nwinget install --id=astral-sh.uv -e\n```\n\n#### Other installation methods\n\nYou can also install with pipx (works on all platforms):\n\n```sh\npipx install uv\n```\n\nFor more installation options and detailed instructions, see the [official documentation](https://docs.astral.sh/uv/getting-started/installation/).\n\n## Local Development\n\n### Running the documentation server locally\n\nStart the MkDocs development server with a single command:\n\n```sh\nuv run mkdocs serve\n```\n\nThis command:\n\n- Creates a Python virtual environment (if it doesn't exist)\n- Installs all dependencies from `pyproject.toml`\n- Starts the MkDocs server in development mode\n\nWhen the server is running, you can view the documentation at \u003chttp://127.0.0.1:8000/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcellocommunications%2Fmkdocs-template-enterprise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcellocommunications%2Fmkdocs-template-enterprise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcellocommunications%2Fmkdocs-template-enterprise/lists"}