{"id":25451146,"url":"https://github.com/omgrod/gddocs2","last_synced_at":"2026-03-08T11:36:13.513Z","repository":{"id":274883087,"uuid":"923804555","full_name":"OmgRod/gddocs2","owner":"OmgRod","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-03T19:03:27.000Z","size":1347,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-04T04:10:49.695Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://omgrod.me/gddocs2/","language":"MDX","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/OmgRod.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,"zenodo":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"omgrod","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"custom":null}},"created_at":"2025-01-28T21:11:07.000Z","updated_at":"2025-06-03T19:03:26.000Z","dependencies_parsed_at":"2025-05-16T10:09:01.532Z","dependency_job_id":null,"html_url":"https://github.com/OmgRod/gddocs2","commit_stats":null,"previous_names":["omgrod/gddocs2"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OmgRod/gddocs2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmgRod%2Fgddocs2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmgRod%2Fgddocs2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmgRod%2Fgddocs2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmgRod%2Fgddocs2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OmgRod","download_url":"https://codeload.github.com/OmgRod/gddocs2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmgRod%2Fgddocs2/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261129713,"owners_count":23113883,"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":"2025-02-17T22:17:39.961Z","updated_at":"2026-03-08T11:36:13.468Z","avatar_url":"https://github.com/OmgRod.png","language":"MDX","funding_links":["https://ko-fi.com/omgrod"],"categories":[],"sub_categories":[],"readme":"# Starlight Starter Kit: Basics\n\n[![Built with Starlight](https://astro.badg.es/v2/built-with-starlight/tiny.svg)](https://starlight.astro.build)\n\n```\nnpm create astro@latest -- --template starlight\n```\n\n[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/starlight/tree/main/examples/basics)\n[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/starlight/tree/main/examples/basics)\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/withastro/starlight\u0026create_from_path=examples/basics)\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fwithastro%2Fstarlight%2Ftree%2Fmain%2Fexamples%2Fbasics\u0026project-name=my-starlight-docs\u0026repository-name=my-starlight-docs)\n\n\u003e 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!\n\n## 🚀 Project Structure\n\nInside of your Astro + Starlight project, you'll see the following folders and files:\n\n```\n.\n├── public/\n├── src/\n│   ├── assets/\n│   ├── content/\n│   │   ├── docs/\n│   └── content.config.ts\n├── astro.config.mjs\n├── package.json\n└── tsconfig.json\n```\n\nStarlight looks for `.md` or `.mdx` files in the `src/content/docs/` directory. Each file is exposed as a route based on its file name.\n\nImages can be added to `src/assets/` and embedded in Markdown with a relative link.\n\nStatic assets, like favicons, can be placed in the `public/` directory.\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:4321`      |\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## 👀 Want to learn more?\n\nCheck out [Starlight’s docs](https://starlight.astro.build/), read [the Astro documentation](https://docs.astro.build), or jump into the [Astro Discord server](https://astro.build/chat).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomgrod%2Fgddocs2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomgrod%2Fgddocs2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomgrod%2Fgddocs2/lists"}