This folder contains the VitePress documentation site for Geocoding.net.
- Node.js 20.19.x LTS or 22.12+
- npm
Install dependencies from the docs/ directory:
npm ciStart the development server:
npm run devBuild the static site:
npm run buildPreview the built site locally:
npm run previewdocs/
βββ .vitepress/
β βββ config.ts
βββ guide/
β βββ getting-started.md
β βββ providers/
β β βββ azure-maps.md
β β βββ bing-maps.md
β β βββ google.md
β β βββ here.md
β β βββ mapquest.md
β β βββ yahoo.md
β βββ providers.md
β βββ sample-app.md
β βββ what-is-geocoding-net.md
βββ index.md
βββ package-lock.json
βββ package.json
βββ README.md
guide/contains the published consumer and contributor documentation.- Keep
README.md,AGENTS.md, and the guide pages aligned when provider support or contributor workflows change.