Skip to content

Commit

Permalink
[docs] fix internal doc links on index pages
Browse files Browse the repository at this point in the history
  • Loading branch information
flynnduism committed Mar 8, 2019
1 parent 9c4cc93 commit fd64761
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
16 changes: 8 additions & 8 deletions docs/content/intro/_index.md
Expand Up @@ -10,11 +10,11 @@ New to Brigade or to CI systems in general? Well, you came to the right place: r

## Table of Contents

- [Brigade at a glance](overview.md)
- [Quick Install Guide](install.md)
- [Writing your first CI pipeline, part 1](tutorial01.md)
- [Writing your first CI pipeline, part 2](tutorial02.md)
- [Writing your first CI pipeline, part 3](tutorial03.md)
- [Writing your first CI pipeline, part 4](tutorial04.md)
- [Advanced tutorial: Writing efficient pipelines](writing-efficient-pipelines.md)
- [What to read next](readnext.md)
- [Brigade at a glance](overview)
- [Quick Install Guide](install)
- [Writing your first CI pipeline, part 1](tutorial01)
- [Writing your first CI pipeline, part 2](tutorial02)
- [Writing your first CI pipeline, part 3](tutorial03)
- [Writing your first CI pipeline, part 4](tutorial04)
- [Advanced tutorial: Writing efficient pipelines](writing-efficient-pipelines)
- [What to read next](readnext)
36 changes: 18 additions & 18 deletions docs/content/topics/_index.md
Expand Up @@ -12,29 +12,29 @@ If you don't see a topic guide here and have a reasonable level of knowledge on
## Table of Contents

- Architecture
- [Brigade Design](design.md): A high-level explanation of how Brigade is designed.
- [Brigade Design](design): A high-level explanation of how Brigade is designed.
- Using Brigade (brigade.js, webhooks)
- [Scripting Guide](scripting.md): How to write JavaScript for `brigade.js` files.
- [Brigade.js Reference](javascript.md): The API for brigade.js files.
- [Scripting Guide - Advanced](scripting_advanced.md): Advanced examples for `brigade.js` files.
- [Adding dependencies to `brigade.js`](dependencies.md): How to add local dependencies and NPM packages to your `brigade.js` files.
- [GitHub Integration](github.md): A guide for configuring GitHub integration.
- [Container Registry Integration](dockerhub.md): A guide for configuring integration with DockerHub or Azure Container Registry.
- [Generic Gateway](genericgateway.md): How to use Brigade's Generic Gateway functionality.
- [Using Secrets](secrets.md): How to pass sensitive data into builds.
- [Brigade Gateways](gateways.md): Learn how to write your own Brigade gateway.
- [Scripting Guide](scripting): How to write JavaScript for `brigade.js` files.
- [Brigade.js Reference](javascript): The API for brigade.js files.
- [Scripting Guide - Advanced](scripting_advanced): Advanced examples for `brigade.js` files.
- [Adding dependencies to `brigade.js`](dependencies): How to add local dependencies and NPM packages to your `brigade.js` files.
- [GitHub Integration](github): A guide for configuring GitHub integration.
- [Container Registry Integration](dockerhub): A guide for configuring integration with DockerHub or Azure Container Registry.
- [Generic Gateway](genericgateway): How to use Brigade's Generic Gateway functionality.
- [Using Secrets](secrets): How to pass sensitive data into builds.
- [Brigade Gateways](gateways): Learn how to write your own Brigade gateway.
- Configuring and Running Brigade
- [Projects](projects.md): Install, upgrade, and use Brigade Projects.
- [Securing Brigade](security.md): Things to consider when configuring Brigade.
- [Storage](storage.md): How Brigade uses Kubernetes Persistent Storage.
- [Workers](workers.md): More information regarding Brigade Worker.
- [Testing Brigade](testing.md): How to test Brigade.
- [Projects](projects): Install, upgrade, and use Brigade Projects.
- [Securing Brigade](security): Things to consider when configuring Brigade.
- [Storage](storage): How Brigade uses Kubernetes Persistent Storage.
- [Workers](workers): More information regarding Brigade Worker.
- [Testing Brigade](testing): How to test Brigade.
- Contributing to Brigade Development
- [Brigade Developers Guide](developers.md): A guide for people who want to modify Brigade's
- [Brigade Developers Guide](developers): A guide for people who want to modify Brigade's
code.
- Examples
- [Example Projects](../index.md#technical): Brigade-related projects.
- [Example Projects](../index/#technical): Brigade-related projects.



[write]: https://github.com/Azure/brigade/new/master/docs/topics
[write]: https://github.com/Azure/brigade/new/master/content/docs/topics

0 comments on commit fd64761

Please sign in to comment.