{"id":30913731,"url":"https://github.com/bybatkhuu/docs.bybatkhuu.dev","last_synced_at":"2026-05-15T21:09:42.017Z","repository":{"id":311918563,"uuid":"1045590314","full_name":"bybatkhuu/docs.bybatkhuu.dev","owner":"bybatkhuu","description":"This is bybatkhuu's documentation, wiki, manuals, tips and blog.","archived":false,"fork":false,"pushed_at":"2026-04-26T05:18:11.000Z","size":1419,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-26T07:16:54.648Z","etag":null,"topics":["blog","docs","documentation","manuals","mkdocs","mkdocs-material","tips","wiki"],"latest_commit_sha":null,"homepage":"http://docs.bybatkhuu.dev","language":"Shell","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/bybatkhuu.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-27T12:20:06.000Z","updated_at":"2026-04-26T05:16:42.000Z","dependencies_parsed_at":"2025-08-27T21:36:44.967Z","dependency_job_id":"ee14ecba-408f-470d-af17-efaef9a62c6b","html_url":"https://github.com/bybatkhuu/docs.bybatkhuu.dev","commit_stats":null,"previous_names":["bybatkhuu/docs.bybatkhuu.dev"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bybatkhuu/docs.bybatkhuu.dev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bybatkhuu%2Fdocs.bybatkhuu.dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bybatkhuu%2Fdocs.bybatkhuu.dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bybatkhuu%2Fdocs.bybatkhuu.dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bybatkhuu%2Fdocs.bybatkhuu.dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bybatkhuu","download_url":"https://codeload.github.com/bybatkhuu/docs.bybatkhuu.dev/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bybatkhuu%2Fdocs.bybatkhuu.dev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33080577,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["blog","docs","documentation","manuals","mkdocs","mkdocs-material","tips","wiki"],"created_at":"2025-09-09T23:01:07.575Z","updated_at":"2026-05-15T21:09:42.011Z","avatar_url":"https://github.com/bybatkhuu.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bybatkhuu's Docs\n\n[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit)\n[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/bybatkhuu/docs.bybatkhuu.dev/4.publish-docs.yml?logo=GitHub)](https://github.com/bybatkhuu/docs.bybatkhuu.dev/actions/workflows/4.publish-docs.yml)\n[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/bybatkhuu/docs.bybatkhuu.dev?logo=GitHub\u0026color=blue)](https://github.com/bybatkhuu/docs.bybatkhuu.dev/releases)\n\nThis is bybatkhuu's documentation, wiki, manuals, tips and blog.\n\n## ✨ Features\n\n- MkDocs Material\n- Wiki/Knowledge base\n- Technical blog\n- Documentation\n- Markdown support\n- Static site generator\n\n---\n\n## 🛠 Installation\n\n### 1. 🚧 Prerequisites\n\n- Install **Python (\u003e= v3.10)** and **pip (\u003e= 23)**:\n    - **[RECOMMENDED] [Miniconda (v3)](https://www.anaconda.com/docs/getting-started/miniconda/install)**\n    - *[arm64/aarch64] [Miniforge (v3)](https://github.com/conda-forge/miniforge)*\n    - *[Python virutal environment] [venv](https://docs.python.org/3/library/venv.html)*\n\n[OPTIONAL] For **DEVELOPMENT** environment:\n\n- Install [**git**](https://git-scm.com/downloads)\n- Setup an [**SSH key**](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh) ([video tutorial](https://www.youtube.com/watch?v=snCP3c7wXw0))\n\n### 2. 📥 Download or clone the repository\n\n**2.1.** Prepare projects directory (if not exists):\n\n```sh\n# Create projects directory:\nmkdir -pv ~/workspaces/projects\n\n# Enter into projects directory:\ncd ~/workspaces/projects\n```\n\n**2.2.** Follow one of the below options **[A]**, **[B]** or **[C]**:\n\n**OPTION A.** Clone the repository:\n\n```sh\ngit clone https://github.com/bybatkhuu/docs.bybatkhuu.dev.git \u0026\u0026 \\\n    cd docs.bybatkhuu.dev\n```\n\n**OPTION B.** Clone the repository (for **DEVELOPMENT**: git + ssh key):\n\n```sh\ngit clone git@github.com:bybatkhuu/docs.bybatkhuu.dev.git \u0026\u0026 \\\n    cd docs.bybatkhuu.dev\n```\n\n**OPTION C.** Download source code:\n\n1. Download archived **zip** file from [**releases**](https://github.com/bybatkhuu/docs.bybatkhuu.dev/releases).\n2. Extract it into the projects directory.\n\n### 3. 📦 Install dependencies\n\n```sh\n# Install 'mkdocs-material' and other dependencies:\npip install -r ./requirements.txt\n# Or for DEVELOPMENT (with extra dependencies):\npip install -r ./requirements/requirements.dev.txt\n```\n\n### 4. 🏁 Run the documentation server locally (for DEVELOPMENT)\n\n```sh\nmkdocs serve -a 0.0.0.0:8000\n# Or:\n./scripts/docs.sh\n```\n\n### 5. 🌐 Check the documentation in web browser\n\n- \u003chttp://localhost:8000\u003e\n\n### 6. 🏗️ Generate the HTML documentation files (static site)\n\n```sh\nmkdocs build\n# Or:\n./scripts/build.sh\n\n# Check the generated HTML files (it should be in the `site` directory):\nls -al ./site\n```\n\n👍\n\n---\n\n## 📑 References\n\n- \u003chttps://squidfunk.github.io/mkdocs-material\u003e\n- \u003chttps://squidfunk.github.io/mkdocs-material/getting-started\u003e\n- \u003chttps://www.mkdocs.org\u003e\n- \u003chttps://pypi.org/project/mkdocs-material\u003e\n- \u003chttps://github.com/mkdocs/catalog\u003e\n- \u003chttps://github.com/jimporter/mike\u003e\n- \u003chttps://mkdocstrings.github.io\u003e\n- \u003chttps://lukasgeiter.github.io/mkdocs-awesome-nav\u003e\n- \u003chttps://github.com/bharel/mkdocs-render-swagger-plugin\u003e\n- \u003chttps://blueswen.github.io/mkdocs-swagger-ui-tag\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbybatkhuu%2Fdocs.bybatkhuu.dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbybatkhuu%2Fdocs.bybatkhuu.dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbybatkhuu%2Fdocs.bybatkhuu.dev/lists"}