Skip to content

Commit 3977ff6

Browse files
authored
add docs side url to docs/readme (LAION-AI#484)
1 parent d910c31 commit 3977ff6

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# Website
1+
# Docs Site
22

3-
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern
4-
static website generator.
3+
https://liaon-ai.github.io/Open-Assistant/
4+
5+
This [site](https://liaon-ai.github.io/Open-Assistant/) is built using
6+
[Docusaurus 2](https://docusaurus.io/), a modern static website generator.
57

68
### Contributing
79

docs/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const config = {
2020
// If you aren't using GitHub pages, you don't need these.
2121
organizationName: "LAION-AI", // Usually your GitHub org/user name.
2222
projectName: "Open-Assistant", // Usually your repo name.
23-
deploymentBranch: "docs-site-poc",
23+
deploymentBranch: "main",
2424

2525
// Even if you don't use internalization, you can use this field to set useful
2626
// metadata like html lang. For example, if your site is Chinese, you may want

0 commit comments

Comments
 (0)