Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Docs/backstage (#11)
Browse files Browse the repository at this point in the history
* docs(backstage): simplify include and make backstage docs work

* docs(fix): link is broken
  • Loading branch information
AlanLonguet authored May 27, 2022
1 parent 19c075e commit 5e90302
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
1 change: 1 addition & 0 deletions docs/index.md
11 changes: 3 additions & 8 deletions docs/usage/standard.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@

## Example

[Link](../../examples/basic/main.tf)
[Link](https://github.com/padok-team/terraform-google-gke/blob/main/examples/basic/main.tf)

```terraform
<!--start-->
<!--end-->
```

{%
include-markdown "../../examples/basic/main.tf"
start="<!--start-->"
end="<!--end-->"
include "../../examples/basic/main.tf"
%}
```
2 changes: 1 addition & 1 deletion mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ plugins:
nav:
- Usage:
- Standard: 'usage/standard.md'
- Reference: '../README.md'
- Reference: 'index.md'

0 comments on commit 5e90302

Please sign in to comment.