From 31396c25c073ba3809508aa4d76a42f30091482b Mon Sep 17 00:00:00 2001 From: Michael Ionov Date: Fri, 26 Jan 2024 09:51:50 +0200 Subject: [PATCH] fix: url --- README.md | 42 ++---------------------------------------- docusaurus.config.js | 2 +- 2 files changed, 3 insertions(+), 41 deletions(-) diff --git a/README.md b/README.md index 0c6c2c2..dec03ab 100644 --- a/README.md +++ b/README.md @@ -1,41 +1,3 @@ -# Website +# Docs site for Noir -This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator. - -### Installation - -``` -$ yarn -``` - -### Local Development - -``` -$ yarn start -``` - -This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. - -### Build - -``` -$ yarn build -``` - -This command generates static content into the `build` directory and can be served using any static contents hosting service. - -### Deployment - -Using SSH: - -``` -$ USE_SSH=true yarn deploy -``` - -Not using SSH: - -``` -$ GIT_USER= yarn deploy -``` - -If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch. +Visit [Noir](https://github.com/invm/noir) for more info! diff --git a/docusaurus.config.js b/docusaurus.config.js index 0543a92..3c79e5c 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -19,7 +19,7 @@ const config = { // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. organizationName: 'invm', // Usually your GitHub org/user name. - projectName: 'noir.github.io', // Usually your repo name. + projectName: '', // Usually your repo name. deploymentBranch:'gh-pages', trailingSlash: false,