Skip to content

Commit

Permalink
final touches
Browse files Browse the repository at this point in the history
  • Loading branch information
blaise-muhirwa committed Oct 12, 2023
1 parent 486753a commit d5b694f
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 58 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ sphinx-help:
.PHONY: docs-comprehensive apidocs html

# Start an interactive server to test docs locally
test-docs-comprehensive: docs-comprehensive
develop-docs-comprehensive: docs-comprehensive
cd docs && npm start

## Builds docs comprehensively (integrating API reference docs built
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The docs are included with the SDK so that we can automate testing of the code s
Doc changes are published automatically when they're merged to main. To preview changes, build and host the site locally. You'll need a reasonably modern version of `npm` and then:

```
make test-docs-comprehensive
make develop-docs-comprehensive
```

and then open [http://localhost:3000/python-sdk](http://localhost:3000/python-sdk).
Expand Down
106 changes: 51 additions & 55 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@docusaurus/core": "2.4.0",
"@docusaurus/preset-classic": "2.4.0",
"@easyops-cn/docusaurus-search-local": "^0.29.0",
"@easyops-cn/docusaurus-search-local": "^0.35.0",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1",
"prism-react-renderer": "^1.3.5",
Expand Down

0 comments on commit d5b694f

Please sign in to comment.