1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00

fix: Also deploy README.md as part of docs

This commit is contained in:
ivaosthu 2019-03-04 19:51:41 +01:00
parent 30ef6ce751
commit 615c00c087
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
The Unleash website was created with [Docusaurus](https://docusaurus.io/).
The Unleash website was created with [Docusaurus](https://docusaurus.io/). The source code lives as part of the main [Unleash repo on GitHub](https://github.com/Unleash/unleash) and is built and deployed on all merges to master. This makes it easy to keep the documentation in sync with the latest version of Unleash.
It's hosted on https://unleash.github.io/

View File

@ -3,6 +3,7 @@
"examples": "docusaurus-examples",
"start": "docusaurus-start",
"build": "docusaurus-build",
"postbuild": "cp README.md build/unleash.github.io/README.md",
"publish-gh-pages": "docusaurus-publish",
"write-translations": "docusaurus-write-translations",
"version": "docusaurus-version",