Skip to content

Create a submenu for changelog to enable includes into the overlay docs #1880

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Feb 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions ydb/docs/en/core/toc_changelog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
items:
- name: "{{ ydb-short-name }} Server"
href: changelog-server.md
- name: "{{ ydb-short-name }} CLI"
href: changelog-cli.md
- name: Security changelog
href: security-changelog.md
9 changes: 1 addition & 8 deletions ydb/docs/en/core/toc_i.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,4 @@ items:
- include: { mode: link, path: downloads/toc_p.yaml }
- name: Public talks
href: public-talks.md
- name: Changelog
items:
- name: "{{ ydb-short-name }} Server"
href: changelog-server.md
- name: "{{ ydb-short-name }} CLI"
href: changelog-cli.md
- name: Security changelog
href: security-changelog.md
- { name: Changelog, include: { mode: link, path: toc_changelog.yaml } }
7 changes: 7 additions & 0 deletions ydb/docs/ru/core/toc_changelog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
items:
- name: "{{ ydb-short-name }} Server"
href: changelog-server.md
- name: "{{ ydb-short-name }} CLI"
href: changelog-cli.md
- name: Список изменений безопасности
href: security-changelog.md
9 changes: 1 addition & 8 deletions ydb/docs/ru/core/toc_i.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,4 @@ items:
- include: { mode: link, path: downloads/toc_p.yaml }
- name: Публичные материалы
href: public-talks.md
- name: Список изменений
items:
- name: "{{ ydb-short-name }} Server"
href: changelog-server.md
- name: "{{ ydb-short-name }} CLI"
href: changelog-cli.md
- name: Список изменений безопасности
href: security-changelog.md
- { name: Список изменений, include: { mode: link, path: toc_changelog.yaml } }