-
-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add .readthedocs.yaml Signed-off-by: Aryan Rajoria <[email protected]> * add docusaurus config Signed-off-by: Aryan Rajoria <[email protected]> * remove nodejs.install Signed-off-by: Aryan Rajoria <[email protected]> * change Signed-off-by: Aryan Rajoria <[email protected]> * change Signed-off-by: Aryan Rajoria <[email protected]> * change directory Signed-off-by: Aryan Rajoria <[email protected]> * change directory Signed-off-by: Aryan Rajoria <[email protected]> * nodejs version Signed-off-by: Aryan Rajoria <[email protected]> * readthedocs build.commands Signed-off-by: Aryan Rajoria <[email protected]> * add mkdir html Signed-off-by: Aryan Rajoria <[email protected]> * copyright Signed-off-by: Aryan Rajoria <[email protected]> * links Signed-off-by: Aryan Rajoria <[email protected]> * remove docusaurus links Signed-off-by: Aryan Rajoria <[email protected]> --------- Signed-off-by: Aryan Rajoria <[email protected]>
- Loading branch information
1 parent
0c52c2a
commit 3151eff
Showing
2 changed files
with
20 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
version: 2 | ||
|
||
build: | ||
os: ubuntu-22.04 | ||
tools: | ||
nodejs: "20" | ||
commands: | ||
- cd ./documentation && npm i && cd .. | ||
- cd ./documentation && npm run build && cd .. | ||
- mkdir -p $READTHEDOCS_OUTPUT/html/ | ||
- cd ./documentation && mv ./build/* $READTHEDOCS_OUTPUT/html | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters