We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe2bc3c commit 0be2d27Copy full SHA for 0be2d27
docs/adding-pages.md
@@ -63,6 +63,10 @@ The frontmatter (YAML block at the top) configures page metadata:
63
- `description`: Optional meta description for SEO
64
- `authors`: For learn pages, list of GitHub usernames
65
66
+Where content has been syndicated from another source, you can also include:
67
+
68
+- `canonical`: The original URL of the content
69
70
### 3. Choose the Appropriate Layout
71
72
Available layouts are defined in `apps/site/layouts/`, and mapped in `components/withLayout`.
0 commit comments