Unverified Commit 8cf6d868 authored by Hong Minhee's avatar Hong Minhee
Browse files

Fix docs

[ci skip]
parent 5135fd6b
Loading
Loading
Loading
Loading
+2.91 KiB (55.8 KiB)

File changed.

No diff preview for this file type.

+2 −2
Original line number Diff line number Diff line
@@ -3,8 +3,8 @@
    "cli-progress": "^3.12.0",
    "markdown-it-deflist": "^3.0.0",
    "markdown-it-footnote": "^4.0.0",
    "markdown-it-jsr-ref": "^0.2.0",
    "vitepress": "^1.0.2"
    "markdown-it-jsr-ref": "^0.3.2",
    "vitepress": "^1.3.1"
  },
  "scripts": {
    "dev": "vitepress dev",
+1 −1
Original line number Diff line number Diff line
@@ -210,7 +210,7 @@ const federation = createFederation<void>({
});
~~~~

In the above code, we import the `createFederation` function from the Fedify
In the above code, we import the `createFederation()` function from the Fedify
framework to create a new `Federation` object.  We pass an object to the
`createFederation()` function, which is the configuration object.
The `kv` property is a key-value store that is used to store several internal