{"id":15107051,"url":"https://github.com/gorillati/mkdocs_dk","last_synced_at":"2025-04-05T13:41:42.624Z","repository":{"id":246059181,"uuid":"819977986","full_name":"GorillaTi/mkdocs_dk","owner":"GorillaTi","description":"Contenedor de mkdocs","archived":false,"fork":false,"pushed_at":"2024-08-12T18:07:25.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-11T09:44:06.214Z","etag":null,"topics":["docker","mkdocs","nginx-docker"],"latest_commit_sha":null,"homepage":"","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/GorillaTi.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":"2024-06-25T14:54:51.000Z","updated_at":"2024-08-12T18:07:29.000Z","dependencies_parsed_at":"2024-06-25T16:44:46.589Z","dependency_job_id":"de7fbd28-2494-4292-aca6-302edb1c842f","html_url":"https://github.com/GorillaTi/mkdocs_dk","commit_stats":{"total_commits":16,"total_committers":1,"mean_commits":16.0,"dds":0.0,"last_synced_commit":"e1c8a7985cbe483941c30ff9f6db84fa55827064"},"previous_names":["gorillati/mkdocs_dk"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GorillaTi%2Fmkdocs_dk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GorillaTi%2Fmkdocs_dk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GorillaTi%2Fmkdocs_dk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GorillaTi%2Fmkdocs_dk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GorillaTi","download_url":"https://codeload.github.com/GorillaTi/mkdocs_dk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247345707,"owners_count":20924098,"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":["docker","mkdocs","nginx-docker"],"created_at":"2024-09-25T21:04:06.444Z","updated_at":"2025-04-05T13:41:42.594Z","avatar_url":"https://github.com/GorillaTi.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Docker Pulls](https://img.shields.io/docker/pulls/ecespedes/mkdocs)![Docker Image Version (tag)](https://img.shields.io/docker/v/ecespedes/mkdocs/latest)\n\n# MkDocs en Docker\n\n## Características\n\nImagen creada con:\n\n-   Python 3.9\n\n-   MkDocs 1.6.0\n\n-   MkDocks-Material 9.5.27\n\n## Iniciar el Servicio\n\n### Con docker run\n\n```bash\ndocker run --rm -it -p 8000:8000 -v .:/usr/src/app ecespedes/mkdocs:1.0.0 bash\n```\n\n### Con docker-compose\n\n```docker\nname: mkdocs\nservices:\n  mkdoc:\n    image: ecespedes/mkdocs:1.0.0\n    container_name: mkdocs\n    stdin_open: true\n    tty: true\n    ports:\n      - 8000:8000\n    volumes:\n      - .:/usr/src/app\n    restart: always\n```\n\n#### Ingresar al contenedor\n\n```bash\ndocker exec -it mkdoc bash\n```\n\n## Comandados\n\n### Crear nuevo proyecto\n\n```bash\nmkdock new [nombre_proyecto]\n```\n\n### Iniciar el servidor para desarrollo\n\n```bash\nmkdocs serve -a 0.0.0.0:8000\n```\n\n### Exportar a formato para web-server\n\n```bash\nmkdocs build\n```\n\n## Temas y Plugins\n\nPara incluir mas temas y/o plugins editar el archivo `requirements.txt`\n\npuede obtener nuevos temas en:\n\n[Temas](https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes)\n\n[Plugins](https://github.com/mkdocs/catalog)\n\n---\n\n## Sitios oficiales\n\n[MkDocs](https://www.mkdocs.org)\n\n[MkDocs-Material](https://github.com/squidfunk/mkdocs-material)\n\n[Cómo utilizar Markdown para escribir documentación | Adobe Experience Cloud](https://experienceleague.adobe.com/es/docs/contributor/contributor-guide/writing-essentials/markdown)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgorillati%2Fmkdocs_dk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgorillati%2Fmkdocs_dk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgorillati%2Fmkdocs_dk/lists"}