Unverified Commit a6534f66 authored by Hong Minhee's avatar Hong Minhee
Browse files

Collections docs

parent 0c17a71f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@
    "hongminhee",
    "httpsig",
    "jsonld",
    "keypair",
    "langstr",
    "Lemmy",
    "lume",
+2 −0
Original line number Diff line number Diff line
@@ -137,3 +137,5 @@ site.process([".html"], async (pages) => {
});

export default site;

// cSpell: ignore wekanteam
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
  "nav_links": [
    {
      "title": "API reference",
      "url": "https://jsr.io/@fedify/fedify/doc"
      "url": "https://jsr.io/@fedify/fedify"
    },
    {
      "title": "Examples",
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ a.external-link:not(:has(img))::after {
a code { color: var(--primary); }
a:hover code { text-decoration: underline; }
a:active code { background-color: transparent; }
pre, pre > code { font-size: var(--font-size); }
pre, pre > code { font-size: 18px; }
dl { margin-top: var(--typography-spacing-vertical); }
dd { margin-bottom: var(--typography-spacing-vertical); }
.callout {
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@ framework.
 -  [Vocabulary](./manual/vocab.md)
 -  [Actor dispatcher](./manual/actor.md)
 -  [Inbox listeners](./manual/inbox.md)
 -  [Collections](./manual/collections.md)
 -  [NodeInfo](./manual/nodeinfo.md)

However, this manual is not a complete guide to the Fedify framework.
Loading