Skip to content

Commit 8a3d719

Browse files
committed
Add alias, remove old content from search
1 parent 4d377b7 commit 8a3d719

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

docs/advanced/quarto-ast.qmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
title: Quarto AST
33
summary: Quarto extends Pandoc's AST processing to allow more flexible customization in filters
4+
aliases:
5+
- /docs/prerelease/1.3/ast.html
6+
- /docs/prerelease/1.4/lua_changes.html
47
---
58

69
## Overview

docs/prerelease/1.3/ast.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Custom AST Nodes
3-
search: true
3+
search: false
44
---
55

66
{{< include /docs/_require-1.3.qmd >}}

docs/prerelease/1.4/ast.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "AST processing changes in v1.4"
3+
search: false
34
---
45

56
In Quarto v1.3, we added support for parsing HTML tables as native Pandoc elements, so that sophisticated table layouts are available in more formats. Quarto v1.4 extends this in a few ways.

docs/prerelease/1.4/lua_changes.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Lua filter changes"
3+
search: false
34
---
45

56
{{< include /docs/_require-1.4.qmd >}}

0 commit comments

Comments
 (0)