Skip to content

Commit

Permalink
do not keep generated docs in git, generate before docs:build
Browse files Browse the repository at this point in the history
also fix typedoc config
  • Loading branch information
jahow committed Oct 12, 2024
1 parent 2723c70 commit 41c08b0
Show file tree
Hide file tree
Showing 40 changed files with 7 additions and 1,792 deletions.
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
api
7 changes: 4 additions & 3 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineConfig } from 'vitepress'
import typedocSidebar from '../api/typedoc-sidebar.json';
import {defineConfig} from 'vitepress'
import typedocSidebar from '../api/typedoc-sidebar.json'

// https://vitepress.dev/reference/site-config
export default defineConfig({
Expand All @@ -9,7 +9,8 @@ export default defineConfig({
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: 'Home', link: '/' },
{ text: 'API Reference', link: '/api/' }
{ text: 'API Reference', link: '/api/' },
{ text: 'Examples', link: 'https://camptocamp.github.io/geospatial-sdk/', }
],

sidebar: [
Expand Down
42 changes: 0 additions & 42 deletions docs/api/core/functions/computeMapContextDiff.md

This file was deleted.

27 changes: 0 additions & 27 deletions docs/api/core/functions/deepFreeze.md

This file was deleted.

27 changes: 0 additions & 27 deletions docs/api/core/functions/removeSearchParams.md

This file was deleted.

43 changes: 0 additions & 43 deletions docs/api/core/index.md

This file was deleted.

31 changes: 0 additions & 31 deletions docs/api/core/interfaces/MapContext.md

This file was deleted.

54 changes: 0 additions & 54 deletions docs/api/core/interfaces/MapContextBaseLayer.md

This file was deleted.

77 changes: 0 additions & 77 deletions docs/api/core/interfaces/MapContextDiff.md

This file was deleted.

Loading

0 comments on commit 41c08b0

Please sign in to comment.