Skip to content

Commit

Permalink
chore(update-mkdocs): site structure (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
VaibhavPage authored Dec 12, 2019
1 parent 8c82938 commit c63e604
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 21 deletions.
2 changes: 0 additions & 2 deletions docs/developer_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ eval $(minikube docker-env)
make all
```

Follow [README](README.md#install) to install components.

### Changing Types
If you're making a change to the `pkg/apis` package, please ensure you re-run the K8 code-generator scripts found in the `/hack` folder. First, ensure you have the `generate-groups.sh` script at the path: `vendor/k8s.io/code-generator/`. Next run the following commands in order:
```
Expand Down
26 changes: 7 additions & 19 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,13 @@ nav:
- Overview: 'index.md'
- 'installation.md'
- 'getting_started.md'
- Setup:
- gateways/minio.md
- gateways/aws-sns.md
- gateways/aws-sqs.md
- gateways/calendar.md
- gateways/file.md
- gateways/gcp-pubsub.md
- gateways/github.md
- gateways/gitlab.md
- gateways/resource.md
- gateways/slack.md
- gateways/storage-grid.md
- gateways/streams.md
- gateways/webhook.md
- 'gateway.md'
- 'sensor.md'
- 'trigger.md'
- 'parameterization.md'
- 'communication.md'
- Concepts:
- 'concepts/gateway.md'
- 'concepts/sensor.md'
- 'concepts/event_source.md'
- 'concepts/trigger.md'
- 'concepts/parameterization.md'
- 'developer_guide.md'
- 'controllers.md'
- Releases ⧉: https://github.com/argoproj/argo-events/releases
- Roadmap ⧉: https://github.com/argoproj/argo-events/milestones
Expand Down

0 comments on commit c63e604

Please sign in to comment.