Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Zijun Wang committed May 17, 2024
1 parent 525460b commit 4e8067d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 27 deletions.
4 changes: 1 addition & 3 deletions amplify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ frontend:
- export PATH=$PATH:$(dirname $(pyenv which python3))
- git config --global user.name "ci-bot" # Set you r name or a placeholder name
- git config --global user.email "[email protected]" # Set your email or a placeholder email
- mike deploy 1.0.6 latest
- mike list
- mike set-default latest
- mike deploy 1.0.6 latest --update-aliases
artifacts:
baseDirectory: site
files:
Expand Down
53 changes: 29 additions & 24 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,46 +2,49 @@ site_name: AWS Gateway API Controller
repo_name: aws/aws-application-networking-k8s
repo_url: https://github.com/aws/aws-application-networking-k8s
edit_uri: edit/main/docs/
site_url: https://doc-test.d312w6s8pff7l3.amplifyapp.com/
site_url: https://doc-test.d312w6s8pff7l3.amplifyapp.com/
strict: true
site_dir: site
nav:
- Home: index.md
- Concepts:
- Introduction: concepts/concepts.md
- Concepts: concepts/overview.md
- Introduction: concepts/concepts.md
- Concepts: concepts/overview.md
- User Guides:
- Controller Installation: guides/deploy.md
- Getting Started: guides/getstarted.md
- Cross-Account Sharing: guides/ram-sharing.md
- Advanced Configurations: guides/advanced-configurations.md
- TLS: guides/https.md
- Custom Domain Name: guides/custom-domain-name.md
- GRPC: guides/grpc.md
- Pod Readiness Gate: guides/pod-readiness-gates.md
- Configuration: guides/environment.md
- Controller Installation: guides/deploy.md
- Getting Started: guides/getstarted.md
- Cross-Account Sharing: guides/ram-sharing.md
- Advanced Configurations: guides/advanced-configurations.md
- TLS: guides/https.md
- Custom Domain Name: guides/custom-domain-name.md
- GRPC: guides/grpc.md
- Pod Readiness Gate: guides/pod-readiness-gates.md
- Configuration: guides/environment.md
- API Specification: api-reference.md
- API Reference:
- AccessLogPolicy: api-types/access-log-policy.md
- Gateway: api-types/gateway.md
- GRPCRoute: api-types/grpc-route.md
- HTTPRoute: api-types/http-route.md
- IAMAuthPolicy: api-types/iam-auth-policy.md
- Service: api-types/service.md
- ServiceExport: api-types/service-export.md
- ServiceImport: api-types/service-import.md
- TargetGroupPolicy: api-types/target-group-policy.md
- VpcAssociationPolicy: api-types/vpc-association-policy.md
- AccessLogPolicy: api-types/access-log-policy.md
- Gateway: api-types/gateway.md
- GRPCRoute: api-types/grpc-route.md
- HTTPRoute: api-types/http-route.md
- IAMAuthPolicy: api-types/iam-auth-policy.md
- Service: api-types/service.md
- ServiceExport: api-types/service-export.md
- ServiceImport: api-types/service-import.md
- TargetGroupPolicy: api-types/target-group-policy.md
- VpcAssociationPolicy: api-types/vpc-association-policy.md
- Contributing:
- Developer Guide: contributing/developer.md
- Developer Cheat Sheet: contributing/developer-cheat-sheet.md
- Developer Guide: contributing/developer.md
- Developer Cheat Sheet: contributing/developer-cheat-sheet.md
- FAQ: faq.md

plugins:
- search
- mike:
alias_type: symlink
canonical_version: latest
# version_selector: true
# css_dir: assets/stylesheets
# javascript_dir: assets/javascripts

theme:
name: material
Expand All @@ -55,6 +58,8 @@ theme:
features:
- navigation.instant
- navigation.instant.progress
- navigation.tabs
- navigation.sections

# - navigation.tabs
# - navigation.sections
Expand Down

0 comments on commit 4e8067d

Please sign in to comment.