{"id":18860099,"url":"https://github.com/plexidev/quick.db-guide","last_synced_at":"2025-04-14T12:25:04.843Z","repository":{"id":96028928,"uuid":"601812303","full_name":"plexidev/quick.db-guide","owner":"plexidev","description":"Current guide website for quick.db.","archived":false,"fork":false,"pushed_at":"2024-04-06T12:25:04.000Z","size":959,"stargazers_count":1,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T01:47:49.009Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://guide.plexidev.org","language":"Astro","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/plexidev.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}},"created_at":"2023-02-14T21:51:41.000Z","updated_at":"2023-07-23T10:01:40.000Z","dependencies_parsed_at":"2024-01-23T17:13:56.387Z","dependency_job_id":"ffecc0d6-3ffe-496d-8930-24881409c5d8","html_url":"https://github.com/plexidev/quick.db-guide","commit_stats":null,"previous_names":["plexidev/quick.db-guide"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plexidev%2Fquick.db-guide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plexidev%2Fquick.db-guide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plexidev%2Fquick.db-guide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plexidev%2Fquick.db-guide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plexidev","download_url":"https://codeload.github.com/plexidev/quick.db-guide/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248879450,"owners_count":21176500,"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-11-08T04:21:36.208Z","updated_at":"2025-04-14T12:25:04.781Z","avatar_url":"https://github.com/plexidev.png","language":"Astro","readme":"# Quick.db Documentation\n\nhttps://docs.plexidev.org \u003cbr\u003e\nhttps://quickdb.js.org\n\n## 🧞 Commands\n\nAll commands are run from the root of the project, from a terminal:\n\n| Command                | Action                                           |\n| :--------------------- | :----------------------------------------------- |\n| `npm install`          | Installs dependencies                            |\n| `npm run dev`          | Starts local dev server at `localhost:3000`      |\n| `npm run build`        | Build your production site to `./dist/`          |\n| `npm run preview`      | Preview your build locally, before deploying     |\n| `npm run astro ...`    | Run CLI commands like `astro add`, `astro check` |\n| `npm run astro --help` | Get help using the Astro CLI                     |\n\n## Page metadata\n\nAstro uses frontmatter in Markdown pages to choose layouts and pass properties to those layouts. If you are using the default layout, you can customize the page in many different ways to optimize SEO and other things. For example, you can use the `title` and `description` properties to set the document title, meta title, meta description, and Open Graph description.\n\n````markdown\n---\ntitle: Example title\ndescription: Really cool docs example that uses Astro\nlayout: ../../layouts/MainLayout.astro\n---\n\n### Sidebar navigation\n\nThe sidebar navigation is controlled by the `SIDEBAR` variable in your `src/config.ts` file. You can customize the sidebar by modifying this object. A default, starter navigation has already been created for you.\n\n```ts\nexport const SIDEBAR = {\n    en: [\n        { text: \"Section Header\", header: true },\n        { text: \"Introduction\", link: \"en/introduction\" },\n        { text: \"Page 2\", link: \"en/page-2\" },\n        { text: \"Page 3\", link: \"en/page-3\" },\n\n        { text: \"Another Section\", header: true },\n        { text: \"Page 4\", link: \"en/page-4\" },\n    ],\n};\n```\n````\n\nNote the top-level `en` key: This is needed for multi-language support. You can change it to whatever language you'd like, or add new languages as you go. More details on this below.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplexidev%2Fquick.db-guide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplexidev%2Fquick.db-guide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplexidev%2Fquick.db-guide/lists"}