Skip to content

Commit 2cd9d47

Browse files
authored
Merge branch 'main' into feature/link-index-updater-lambda-sqs-trigger
2 parents 1aa3e4a + e68680e commit 2cd9d47

File tree

5 files changed

+44
-38
lines changed

5 files changed

+44
-38
lines changed

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
<PackageVersion Include="ConsoleAppFramework.Abstractions" Version="5.4.1" />
3131
<PackageVersion Include="Crayon" Version="2.0.69" />
3232
<PackageVersion Include="DotNet.Glob" Version="3.1.3" />
33-
<PackageVersion Include="Errata" Version="0.13.0" />
34-
<PackageVersion Include="Github.Actions.Core" Version="9.0.0" />
33+
<PackageVersion Include="Errata" Version="0.14.0" />
34+
<PackageVersion Include="Github.Actions.Core" Version="9.0.0"/>
3535
<PackageVersion Include="Markdig" Version="0.40.0" />
3636
<PackageVersion Include="Microsoft.Extensions.Logging" Version="9.0.4" />
3737
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="9.0.4" />

docs/syntax/substitutions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ echo "{{a-global-variable}}"
9999

100100
````
101101
:::
102-
103-
### MD code block without subs enabled
104102

105103
::::
106104

105+
### MD code block without subs enabled
106+
107107
::::{tab-set}
108108

109109
:::{tab-item} Output

src/Elastic.Markdown/package-lock.json

Lines changed: 33 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Elastic.Markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@eslint/js": "9.24.0",
3131
"@tailwindcss/postcss": "4.1.3",
3232
"@trivago/prettier-plugin-sort-imports": "5.2.2",
33-
"eslint": "9.24.0",
33+
"eslint": "9.25.1",
3434
"globals": "16.0.0",
3535
"parcel": "2.14.4",
3636
"postcss": "8.5.3",

src/docs-assembler/navigation.yml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,6 @@ toc:
4545
#################
4646
# RELEASE NOTES #
4747
#################
48-
# Context:
49-
# I want to start with just this one page:
50-
# https://github.com/elastic/docs-content/blob/main/release-notes/index.md
51-
# And include other tocs from docs-content later in this file.
52-
#
53-
# Why:
54-
# We need to assign different a `path_prefix` to the Fleet, Observability, Security,
55-
# and Serverless release notes, which all live in the docs-content repo.
56-
#
57-
# What I tried:
58-
# In docs-content, I tried moving release-notes/index.md to release-notes/intro/index.md
59-
# and creating a release-notes/intro/toc.yml file that contains just that page,
60-
# but I still couldn't get it to work.
6148
- toc: docs-content://release-notes/intro
6249
path_prefix: release-notes
6350
children:
@@ -190,7 +177,12 @@ toc:
190177
# https://github.com/elastic/docs-content/blob/main/release-notes/elastic-security/toc.yml
191178
- toc: docs-content://release-notes/elastic-security
192179
path_prefix: release-notes/security
193-
180+
181+
# ECS
182+
# https://github.com/elastic/ecs/blob/main/docs/release-notes/toc.yml
183+
- toc: ecs://release-notes
184+
path_prefix: release-notes/ecs
185+
194186
#############
195187
# REFERENCE #
196188
#############

0 commit comments

Comments
 (0)