From 3977ff630c06ad3f23338269fa469adff6737d3f Mon Sep 17 00:00:00 2001 From: Andrew Maguire Date: Sat, 7 Jan 2023 21:21:52 +0000 Subject: [PATCH] add docs side url to docs/readme (#484) --- docs/README.md | 8 +++++--- docs/docusaurus.config.js | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index 0d6fa482..c8e40c04 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 2d902d83..4e456369 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -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