Skip to content

Commit

Permalink
Fix the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Sep 7, 2022
1 parent 53480e0 commit af0e9a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ jobs:
if: failure()

# Generate API doc, api, lib
- run: npm run doc
- run: npm run doc -- srcapi/store/config.ts --json dist/typedoc.json
- run: npm run doc
- run: npm run build-api
- run: npm run dist
- run: npm run dist-spinner
Expand Down
2 changes: 1 addition & 1 deletion buildtools/doc-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ API documentation of ngeo.

[API constants definitions](modules/srcapi_store_config.html#APIConfig)

[Themes API](interfaces/contribs_gmf_src_themes.GmfTheme.html)
[Themes API](modules/src_themes.html)

Note that the stable API is in [srcapi](modules/srcapi.html) and will be available directly on `window`. The rest of the API can change without any notice.

Expand Down
1 change: 1 addition & 0 deletions typedoc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://typedoc.org/schema.json",
"name": "ngeo",
"entryPoints": ["src", "srcapi", "api/src"],
"entryPointStrategy": "expand",
Expand Down

0 comments on commit af0e9a5

Please sign in to comment.