{"id":22528812,"url":"https://github.com/zing-dev/dev-blog","last_synced_at":"2025-09-26T15:58:37.708Z","repository":{"id":96128675,"uuid":"116747706","full_name":"zing-dev/dev-blog","owner":"zing-dev","description":"dev-blog","archived":false,"fork":false,"pushed_at":"2018-03-25T05:26:19.000Z","size":459,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-02T05:41:22.814Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zing-dev.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":"2018-01-09T01:11:02.000Z","updated_at":"2018-03-25T05:26:20.000Z","dependencies_parsed_at":"2023-06-25T23:33:31.783Z","dependency_job_id":null,"html_url":"https://github.com/zing-dev/dev-blog","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/zing-dev%2Fdev-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zing-dev%2Fdev-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zing-dev%2Fdev-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zing-dev%2Fdev-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zing-dev","download_url":"https://codeload.github.com/zing-dev/dev-blog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245972639,"owners_count":20702711,"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-12-07T07:12:25.675Z","updated_at":"2025-09-26T15:58:32.640Z","avatar_url":"https://github.com/zing-dev.png","language":"JavaScript","readme":"# More pages\n\nIf you need more pages, you can simply create more markdown files in your docsify directory. If you create a file named `guide.md`, then it is accessible via `/#/guide`.\n\nFor example, the directory structure is as follows:\n\n```text\n.\n└── docs\n    ├── README.md\n    ├── guide.md\n    └── zh-cn\n        ├── README.md\n        └── guide.md\n```\n\nMatching routes\n\n```text\ndocs/README.md        =\u003e http://domain.com\ndocs/guide.md         =\u003e http://domain.com/guide\ndocs/zh-cn/README.md  =\u003e http://domain.com/zh-cn/\ndocs/zh-cn/guide.md   =\u003e http://domain.com/zh-cn/guide\n```\n\n## Sidebar\n\nIn order to have sidebar, then you can create your own `_sidebar.md` (see [this documentation's sidebar](https://github.com/QingWei-Li/docsify/blob/master/docs/_sidebar.md) for an example):\n\nFirst, you need to set `loadSidebar` to **true**. Details are available in the [configuration paragraph](configuration.md#load-sidebar).\n\n```html\n\u003c!-- index.html --\u003e\n\n\u003cscript\u003e\n  window.$docsify = {\n    loadSidebar: true\n  }\n\u003c/script\u003e\n\u003cscript src=\"//unpkg.com/docsify/lib/docsify.min.js\"\u003e\u003c/script\u003e\n```\n\nCreate the `_sidebar.md`:\n\n```markdown\n\u003c!-- docs/_sidebar.md --\u003e\n\n- [Home](/)\n- [Guide](guide.md)\n```\n\nYou need to create a `.nojekyll` in `./docs` to prevent GitHub Pages from ignoring files that begin with an underscore.\n\n`_sidebar.md` is loaded from each level directory. If the current directory doesn't have `_sidebar.md`, it will fall back to the parent directory. If, for example, the current path is `/guide/quick-start`,  the `_sidebar.md` will be loaded from `/guide/_sidebar.md`.\n\n\n## Table of Contents\n\nOnce you've created `_sidebar.md`, the sidebar content is automatically generated based on the headers in the markdown files. \n\nA custom sidebar can also automatically generate a table of contents by setting a `subMaxLevel`, compare [sub-max-level configuration](configuration.md#sub-max-level).\n\n```html\n\u003c!-- index.html --\u003e\n\n\u003cscript\u003e\n  window.$docsify = {\n    loadSidebar: true,\n    subMaxLevel: 2\n  }\n\u003c/script\u003e\n\u003cscript src=\"//unpkg.com/docsify/lib/docsify.min.js\"\u003e\u003c/script\u003e\n```\n\n## Ignoring Subheaders\n\nWhen `subMaxLevel` is set, each header is automatically added to the table of contents by default. If you want to ignore a specific header, add `{docsify-ignore}` to it.\n\n```markdown\n# Getting Started\n\n## Header {docsify-ignore}\nThis header won't appear in the sidebar table of contents.\n```\n\nTo ignore all headers on a specific page, you can use `{docsify-ignore-all}` on the first header of the page.\n\n```markdown\n# Getting Started {docsify-ignore-all}\n\n## Header\nThis header won't appear in the sidebar table of contents.\n```\n\nBoth `{docsify-ignore}` and `{docsify-ignore-all}` will not be rendered on the page when used.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzing-dev%2Fdev-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzing-dev%2Fdev-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzing-dev%2Fdev-blog/lists"}