add docs side url to docs/readme (#484)

This commit is contained in:
Andrew Maguire
2023-01-07 21:21:52 +00:00
committed by GitHub
parent d910c310c0
commit 3977ff630c
2 changed files with 6 additions and 4 deletions
+5 -3
View File
@@ -1,7 +1,9 @@
# Website
# Docs Site
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern
static website generator.
https://liaon-ai.github.io/Open-Assistant/
This [site](https://liaon-ai.github.io/Open-Assistant/) is built using
[Docusaurus 2](https://docusaurus.io/), a modern static website generator.
### Contributing
+1 -1
View File
@@ -20,7 +20,7 @@ const config = {
// If you aren't using GitHub pages, you don't need these.
organizationName: "LAION-AI", // Usually your GitHub org/user name.
projectName: "Open-Assistant", // Usually your repo name.
deploymentBranch: "docs-site-poc",
deploymentBranch: "main",
// Even if you don't use internalization, you can use this field to set useful
// metadata like html lang. For example, if your site is Chinese, you may want