Skip to content

Commit 6b45302

Browse files
committed
Merge branch 'main' into prerelease-test
2 parents be9e271 + 4387ade commit 6b45302

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

.well-known/atproto-did

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
did:plc:yvu4igag5eha3sbbbx7poz2p

_freeze/site_libs/revealjs/dist/theme/quarto-bbe7401fe57d4b791b917637bb662036.css

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

style-guide.md renamed to _style-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
* Prefer absolute paths from the root of the project over relative paths involving `../`. E.g. use `/docs/output-formats/html-themes.qmd`, not `../output-formats/html-themes.qmd`.
77
* Possible exception: documents in a subfolder of a section that link to the section root, e.g. you may use `../index.qmd` to refer to `docs/manuscripts/index.qmd` from `docs/manuscripts/authoring/index.qmd`.
88
* Use `.qmd` instead of `.html`. E.g. use `content.qmd#editing-tables`, not `content.html#editing-tables`
9-
* Possible exception: links in blog posts
9+
* Possible exception: links in blog posts

docs/presentations/revealjs/presenting.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Note: This feature has been confirmed to work in [Google Chrome](https://google.
262262
To Print to PDF, do the following:
263263

264264
1. Toggle into Print View using the {{< kbd E >}} key (or using the [Navigation Menu](#navigation-menu))
265-
2. Open the in-browser print dialog {{< kbd Ctrl+P mac=Command+P >}}.
265+
2. Open the in-browser print dialog {{< kbd Ctrl+P win=Ctrl+P mac=Command+P >}}.
266266
3. Change the **Destination** setting to **Save as PDF**.
267267
4. Change the **Layout** to **Landscape**.
268268
5. Change the **Margins** to **None**.

docs/websites/website-search.qmd

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,12 @@ website:
182182
index-name: <my-index-name>
183183
application-id: <my-application-id>
184184
search-only-api-key: <my-search-only-api-key>
185-
index-fields:
186-
href: url
187-
section: sec
188-
text: body
189-
params:
190-
tagFilters: ['tag1','tag2']
185+
index-fields:
186+
href: url
187+
section: sec
188+
text: body
189+
params:
190+
tagFilters: ['tag1','tag2']
191191
```
192192

193193
## Disabling/Forcing Search

0 commit comments

Comments
 (0)