Skip to content

Commit

Permalink
Merge branch 'edge' into jasonviviano/kubernetes-incremental-guide
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonviviano authored Oct 10, 2023
2 parents 9b84623 + c891268 commit 488932b
Show file tree
Hide file tree
Showing 257 changed files with 5,967 additions and 1,685 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ghcr.io/devcontainers/features/git:1": {},
"ghcr.io/devcontainers/features/go:1": {},
"ghcr.io/devcontainers/features/hugo:1": {
"version": "0.102.3",
"version": "0.117.0",
"extended": true
},
"ghcr.io/devcontainers/features/node:1": {}
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/on-create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ else
fi

## Download Bicep extension
curl https://get.radapp.dev/tools/vscode-extensibility/$RADIUS_VERSION/rad-vscode-bicep.vsix --output /tmp/rad-vscode-bicep.vsix
curl https://get.radapp.dev/tools/vscode-extensibility/$RADIUS_VERSION/rad-vscode-bicep.vsix --output /tmp/rad-vscode-bicep.vsix
22 changes: 2 additions & 20 deletions .devcontainer/post-create.sh
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/
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# All of the people (and only those people) from the matching rule will be notified

# Default rule: anything that doesn't match a more specific rule goes here
* @radius-project/Radius-PM
* @radius-project/maintainers-docs @radius-project/approvers-docs
Loading

0 comments on commit 488932b

Please sign in to comment.