{"id":15017474,"url":"https://github.com/michaing/dietpi-docs","last_synced_at":"2025-05-16T18:06:40.237Z","repository":{"id":38001669,"uuid":"276969239","full_name":"MichaIng/DietPi-Docs","owner":"MichaIng","description":"Source repository for the DietPi OS documentation","archived":false,"fork":false,"pushed_at":"2025-04-28T14:06:31.000Z","size":86953,"stargazers_count":185,"open_issues_count":36,"forks_count":52,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-05-16T18:06:30.567Z","etag":null,"topics":["dietpi","mkdocs"],"latest_commit_sha":null,"homepage":"https://dietpi.com/docs/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-sa-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MichaIng.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,"zenodo":null}},"created_at":"2020-07-03T19:01:50.000Z","updated_at":"2025-05-03T17:05:29.000Z","dependencies_parsed_at":"2023-10-21T12:13:34.430Z","dependency_job_id":"e6c37cf8-6b19-44e4-b475-ebd321baadf8","html_url":"https://github.com/MichaIng/DietPi-Docs","commit_stats":{"total_commits":1449,"total_committers":45,"mean_commits":32.2,"dds":0.5914423740510697,"last_synced_commit":"b9617539003e77721eb175942a12b9388218d2bb"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaIng%2FDietPi-Docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaIng%2FDietPi-Docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaIng%2FDietPi-Docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaIng%2FDietPi-Docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MichaIng","download_url":"https://codeload.github.com/MichaIng/DietPi-Docs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254582905,"owners_count":22095518,"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":["dietpi","mkdocs"],"created_at":"2024-09-24T19:50:31.677Z","updated_at":"2025-05-16T18:06:40.214Z","avatar_url":"https://github.com/MichaIng.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\u003cimg src=\"./docs/assets/images/dietpi-logo_180x180.png\" alt=\"DietPi logo\" width=\"180\" height=\"180\" loading=\"lazy\"\u003e\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n    \u003cb\u003eLightweight justice for your single-board computer!\u003c/b\u003e\n    \u003cbr\u003e\u003cbr\u003e\n    optimised • simplified • for everyone\n    \u003cbr\u003e\u003cbr\u003e\n    \u003ca href=\"https://dietpi.com/\" target=\"_blank\" rel=\"noopener\"\u003eWebsite\u003c/a\u003e • \u003ca href=\"https://dietpi.com/#download\" target=\"_blank\" rel=\"noopener\"\u003eDownloads\u003c/a\u003e • \u003ca href=\"https://dietpi.com/docs/\" target=\"_blank\" rel=\"noopener\"\u003eDocumentation\u003c/a\u003e • \u003ca href=\"https://dietpi.com/forum/\" target=\"_blank\" rel=\"noopener\"\u003eForum\u003c/a\u003e • \u003ca href=\"https://dietpi.com/blog/\" target=\"_blank\" rel=\"noopener\"\u003eBlog\u003c/a\u003e\n\u003c/p\u003e\n\u003chr\u003e\n\u003cp align=\"center\"\u003e\n    \u003cstrong\u003eReady to run\u003c/strong\u003e optimised software choices with \u003ca href=\"https://dietpi.com/dietpi-software.html\" target=\"_blank\" rel=\"noopener\"\u003e\u003cstrong\u003edietpi-software\u003c/strong\u003e\u003c/a\u003e\n    \u003cbr\u003eFeature-rich configuration tool for your device with \u003cstrong\u003edietpi-config\u003c/strong\u003e.\n\u003c/p\u003e\n\u003chr\u003e\n\n## Introduction\n\nThis is the source code repository for the [DietPi Documentation website](https://dietpi.com/docs/).\nIt uses extended Markdown, as implemented by [MkDocs](https://www.mkdocs.org/).\n\n[![CodeFactor](https://www.codefactor.io/repository/github/michaing/dietpi-docs/badge)](https://www.codefactor.io/repository/github/michaing/dietpi-docs)\n\n## Building the documentation\n\n- Install/update dependencies: `pip3 install -Ur requirements.txt`\n- From the root directory, run: `mkdocs serve`\n\nIt builds the static HTML pages into a temporary directory and starts a local web server at `http://localhost:8000`. If you have troubles accessing the MkDocs website, you could also listen on a specific IP address or all IP addresses, e.g. `mkdocs serve -a 0.0.0.0:8000`.\n\n## Contributing\n\nThere are many ways you could contribute to DietPi project. You could work on the DietPi project, website design, extend the documentation, or just run tests.\n\nIf you have experience with GitHub, you could either look for existent issue to start with or report a new one. Documentation updates should be done directly on GitHub, using the development branch: **[dev](https://github.com/MichaIng/DietPi-Docs/tree/dev)**, creating a pull request (PR).\n\nIf you need help:\n\n- Send an email: \u003cmicha@dietpi.com\u003e\n- Read the documentation: \u003chttps://dietpi.com/docs/\u003e\n- Join our forum: \u003chttps://dietpi.com/forum/\u003e\n- GitHub: \u003chttps://github.com/MichaIng/DietPi-Docs\u003e\n\nTo see the full list of possibilities, please check our [contribution](https://dietpi.com/contribute.html) page.\n\n## Feedback\n\n- Ask a question on our [forum](https://dietpi.com/forum/).\n- [File a bug report or request](https://github.com/MichaIng/DietPi-Docs/issues)\n- Follow [@DietPi_](https://twitter.com/DietPi_) and let us know what you think!\n\n### GitHub Projects\n\n- DietPi: \u003chttps://github.com/MichaIng/DietPi\u003e\n- Documentation: \u003chttps://github.com/MichaIng/DietPi-Docs\u003e\n- Website: \u003chttps://github.com/MichaIng/DietPi-Website\u003e\n\n## License\n\n\u003ca rel=\"cc:attributionURL\" property=\"dct:title\" href=\"https://dietpi.com/docs/\" target=\"_blank\" rel=\"noopener\"\u003eDietPi-Docs\u003c/a\u003e by \u003ca rel=\"cc:attributionURL dct:creator\" property=\"cc:attributionName\" href=\"https://dietpi.com/\" target=\"_blank\" rel=\"noopener\"\u003eDietPi\u003c/a\u003e is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License - \u003ca rel=\"license\" href=\"https://creativecommons.org/licenses/by-sa/4.0/\" target=\"_blank\" rel=\"noopener\"\u003eCC BY-SA 4.0\u003c/a\u003e.\n\n\u003ca rel=\"license\" href=\"https://creativecommons.org/licenses/by-sa/4.0/\" target=\"_blank\" rel=\"noopener\"\u003e\u003cimg src=\"https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-sa.svg\" alt=\"CC BY-SA logo\" width=\"120\" height=\"42\" loading=\"lazy\"\u003e\u003c/a\u003e\n\nThis website shows logos of 3rd party software and providers which are excluded from the above license. They may only be used related to their product, for details, check individual trademark rules and licenses.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaing%2Fdietpi-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaing%2Fdietpi-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaing%2Fdietpi-docs/lists"}