Skip to content

GIS.ph Documentation

Welcome to the official documentation for the GIS.PH API. Start with the **Getting started** guide for a working example, or browse the Reference for endpoint details and SDK examples.
  • Getting started: /guides/getting-started
  • API Reference: /reference/api/overview
  • SDKs & Examples: /reference/sdks/js
  • Update content in src/content/docs
  • Configure the site in astro.config.mjs
  • Add more guides or API reference pages as needed

Update content

Edit src/content/docs/index.mdx to see this page change.

Change page layout

Delete template: splash in src/content/docs/index.mdx to display a sidebar on this page.

Add new content

Add Markdown or MDX files to src/content/docs to create new pages.

Configure your site

Edit your sidebar and other config in astro.config.mjs.