Jelajahi Sumber

Merge branch 'main' into release/v0.7.0

Svilen Markov 7 bulan lalu
induk
melakukan
b4b61c94d7
2 mengubah file dengan 6 tambahan dan 1 penghapusan
  1. 2 1
      docs/configuration.md
  2. 4 0
      docs/preconfigured-pages.md

+ 2 - 1
docs/configuration.md

@@ -287,6 +287,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.
 
@@ -1045,7 +1046,7 @@ Display a widget provided by an external source (3rd party). If you want to lear
 | parameters | key & value | no | |
 
 ##### `url`
-The URL of the extension.
+The URL of the extension. **Note that the query gets stripped from this URL and the one defined by `parameters` gets used instead.**
 
 ##### `fallback-content-type`
 Optionally specify the fallback content type of the extension if the URL does not return a valid `Widget-Content-Type` header. Currently the only supported value for this property is `html`.

+ 4 - 0
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)