diff --git a/docs/configuration.md b/docs/configuration.md index 116f8dab..315f45be 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -281,6 +281,7 @@ theme: > .widget-type-rss a { > font-size: 1.5rem; > } +> ``` > > In addition, you can also use the `css-class` property which is available on every widget to set custom class names for individual widgets. @@ -852,7 +853,7 @@ Either a value from the table below or a URL to a custom search engine. Use `{QU ##### `new-tab` When set to `true`, swaps the shortcuts for showing results in the same or new tab, defaulting to showing results in a new tab. -##### `new-tab` +##### `autofocus` When set to `true`, automatically focuses the search input on page load. ##### `bangs` diff --git a/docs/preconfigured-pages.md b/docs/preconfigured-pages.md index b3829172..b70610b4 100644 --- a/docs/preconfigured-pages.md +++ b/docs/preconfigured-pages.md @@ -4,6 +4,10 @@ Don't want to spend time configuring pages from scratch? No problem! Simply copy Pull requests with your page configurations are welcome! +> [!NOTE] +> +> Pages must be placed under a top level `pages:` key, you can read more about that [here](configuration.md#pages). + ## Startpage ![](images/startpage-preview.png)