{"id":20642619,"url":"https://github.com/travelopia/wordpress-engineering-handbook","last_synced_at":"2026-04-27T05:31:50.142Z","repository":{"id":245795982,"uuid":"819253977","full_name":"Travelopia/wordpress-engineering-handbook","owner":"Travelopia","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-20T12:38:27.000Z","size":116,"stargazers_count":1,"open_issues_count":26,"forks_count":0,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-10-13T21:28:39.614Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://wordpress-handbook.travelopia.com/","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/Travelopia.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}},"created_at":"2024-06-24T06:33:56.000Z","updated_at":"2024-07-08T11:06:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"e985329b-d293-4a51-a7c7-f1142324a0ee","html_url":"https://github.com/Travelopia/wordpress-engineering-handbook","commit_stats":null,"previous_names":["travelopia/wordpress-engineering-handbook"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Travelopia/wordpress-engineering-handbook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Travelopia%2Fwordpress-engineering-handbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Travelopia%2Fwordpress-engineering-handbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Travelopia%2Fwordpress-engineering-handbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Travelopia%2Fwordpress-engineering-handbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Travelopia","download_url":"https://codeload.github.com/Travelopia/wordpress-engineering-handbook/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Travelopia%2Fwordpress-engineering-handbook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32324544,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-16T16:09:34.842Z","updated_at":"2026-04-27T05:31:50.107Z","avatar_url":"https://github.com/Travelopia.png","language":"MDX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wordpress Engineering Handbook based on Astro + Starlight\n\n## 🚀 Project Structure\n\nInside you'll see the following folders and files:\n\n```\n.\n├── public/\n├── src/\n│   ├── assets/\n        ├── css/\n        ├── images/\n│   ├── content/\n│   │   ├── docs/\n│   │   └── config.ts\n│   └── env.d.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\n## Steps to add a new guide.\n\n1. Create a new `.mdx` file in the `src/content/docs/` directory.\n2. Add the [frontmatter]([frontmatter](https://starlight.astro.build/reference/frontmatter/)) to the top of the file. Here is an example:\n```md\n---\ntitle: \"New Guide\"\ndescription: \"This is a new guide\"\ntemplate: doc # This is the template for the guide, you can use `doc` or `splash`\n---\n```\n3. Add the content to the file.\n4. (Optional) Add the link to the guide in the `src/content/docs/index.mdx` file.\n5. Update the listing in `astro.config.mjs` to include the new guide.\n\n## 👀 Want to learn more?\n\nCheck out [Starlight’s docs](https://starlight.astro.build/) or read [the Astro documentation](https://docs.astro.build).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftravelopia%2Fwordpress-engineering-handbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftravelopia%2Fwordpress-engineering-handbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftravelopia%2Fwordpress-engineering-handbook/lists"}