Skip to content

Commit e2e8264

Browse files
fix build errors and hints
1 parent 4d81fdf commit e2e8264

File tree

2 files changed

+12
-15
lines changed

2 files changed

+12
-15
lines changed

docs/development/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,3 @@ navigation_title: Development
55
# Development Guide
66

77
TODO write development documentation here
8-
9-
10-
![Image outside of scope](../images/great-drawing-of-new-structure.png)

docs/syntax/applies.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,24 +67,24 @@ Both are equivalent, note `all` just means we won't be rendering the version por
6767

6868
## Structured model
6969

70-
![Applies To Model](img/applies.png)
70+
![Applies To Model](images/applies.png)
7171

7272
The above model is projected to the following structured yaml.
7373

7474
```yaml
7575
---
7676
applies_to:
77-
stack:
77+
stack:
7878
deployment:
79-
eck:
80-
ess:
81-
ece:
82-
self:
79+
eck:
80+
ess:
81+
ece:
82+
self:
8383
serverless:
84-
security:
85-
elasticsearch:
86-
observability:
87-
product:
84+
security:
85+
elasticsearch:
86+
observability:
87+
product:
8888
---
8989
```
9090
This allows you to annotate various facets as defined in [](../migration/versioning.md)
@@ -128,7 +128,7 @@ serverless:
128128
product: coming 9.5, discontinued 9.7
129129
```
130130

131-
A header may be followed by an `{applies_to}` directive which will contextualize the applicability
131+
A header may be followed by an `{applies_to}` directive which will contextualize the applicability
132132
of the section further.
133133

134134
:::{note}
@@ -154,7 +154,7 @@ stack: ga 9.1
154154

155155
This will allow the yaml inside the `{applies-to}` directive to be fully highlighted.
156156

157-
## Inline Applies To
157+
## Inline Applies To
158158

159159
Inline applies to can be placed anywhere using the following syntax
160160

0 commit comments

Comments
 (0)