-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'edge' into jasonviviano/kubernetes-incremental-guide
- Loading branch information
Showing
257 changed files
with
5,967 additions
and
1,685 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
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
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 |
---|---|---|
@@ -1,24 +1,6 @@ | ||
#!/bin/bash | ||
|
||
# Initialize submodules | ||
git submodule update --init --recursive | ||
|
||
# Clone radius repo | ||
git clone https://github.com/radius-project/radius.git | ||
|
||
# Install dependencies | ||
pushd ./docs | ||
sudo npm install -D --save autoprefixer | ||
sudo npm install -D --save postcss-cli | ||
cd themes/docsy | ||
# Initialize docs package | ||
pushd docs | ||
npm install | ||
popd | ||
|
||
# Generate CLI docs | ||
pushd ./radius | ||
go run ./cmd/docgen/main.go ../docs/content/reference/cli | ||
popd | ||
|
||
# Generate Swagger docs | ||
mkdir -p ./docs/static/swagger | ||
cp -r ./radius/swagger ./docs/static/ |
Validating CODEOWNERS rules …
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
Oops, something went wrong.