Skip to content

Commit

Permalink
Add docusaurus website (#362)
Browse files Browse the repository at this point in the history
* initial docu website

* more configure, add docs, rebuild sidebar, fix broken links

* remove doc publish action

* rework home page snippets, fix relative links and img links, add typedoc plugin and docs generated on start

* bump timeout on clipToGeography test

* dont prettier format api docs

* update home page blurbs

* break out antimeridian doc, light doc cleanup

* Snapshot 6.1.0 without api docs, then add them back.

* update home page blurbs, add website as workspace, fix version

* remove website from lerna workspace due to error on start, add document website version and deploy

* add storybook build and transfer to gp-storybook, add contrib section

* update storybook doc
  • Loading branch information
twelch authored Oct 17, 2024
1 parent a18ad0f commit d0bcc0b
Show file tree
Hide file tree
Showing 757 changed files with 54,065 additions and 875 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/publish-api-docs.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
**/.svn
**/.hg
**/node_modules
packages/*/examples
packages/*/examples
website/docs/api
3 changes: 3 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ export default [
"packages/*/examples/**",
"packages/geoprocessing/cdk.out/**",
"packages/geoprocessing/scripts/__test__/**",
"website/**/node_modules/**",
"website/.docusaurus/**",
"website/build/**",
"**/.story-cache/**",
],
},
Expand Down
Loading

0 comments on commit d0bcc0b

Please sign in to comment.