-
Notifications
You must be signed in to change notification settings - Fork 6
Documentation update #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
mjvogelsong
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great changes! My main request is to switch the branch.
.github/workflows/publish-docs.yaml
Outdated
| - .github/workflows/** | ||
| - docs/** | ||
| branches: | ||
| - docs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Talked offline) Let's change the branch pointers back to main. I think a separate branch for docs would be confusing.
| Some more resources you might like: | ||
|
|
||
| * [Code Documentation](https://code.groundlight.ai/) | ||
| * [Python SDK](https://pypi.org/project/groundlight/) | ||
| * [Company](https://www.groundlight.ai/) | ||
| * [Login to Groundlight](https://app.groundlight.ai/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In fact, I do like them!
docs/docusaurus.config.js
Outdated
| organizationName: "groundlight", // Usually your GitHub org/user name. | ||
| projectName: "python-sdk", // Usually your repo name. | ||
| deploymentBranch: "gh-pages", // Branch that GitHub pages will deploy from. | ||
| deploymentBranch: "docs", // Branch that GitHub pages will deploy from. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not 100% sure, but I think we want to switch this back to gh-pages.
Co-authored-by: Michael Vogelsong <4020875+mjvogelsong@users.noreply.github.com>
Decently sized documentation update. Getting rid of a lot of docusaurus boilerplate stuff. Some new content. Some re-arranging. More to come.