Loading .vscode/settings.json +1 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,7 @@ "subproperty", "superproperty", "unfollow", "unfollowing", "webfinger" ] } README.md +1 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ The rough roadmap is to implement the following features out of the box: If you want to know more about the project, please take a look at the following resources: - [Tutorial](https://fedify.dev/tutorial/) - [Manual](https://fedify.dev/manual/) ([Unstable](https://unstable.fedify.dev/manual/)) - [API reference][JSR] Loading docs/_config.ts +1 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ site.use(title()); site.use(image()); site.copy("img"); site.copyRemainingFiles(); async function getPackageVersion(): Promise<string> { const response = await fetch("https://jsr.io/@fedify/fedify/meta.json"); Loading docs/deno.json +1 −1 Original line number Diff line number Diff line { "tasks": { "lume": "echo \"import 'lume/cli.ts'\" | deno run --unstable-kv -A -", "serve": "deno task lume -s --port=8000" "serve": "deno task lume -s --port=3000" }, "imports": { "@std/collections": "jsr:@std/collections@^0.218.2", Loading docs/index.md +1 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ If you want to know more about the project, please take a look at the following resources: - [GitHub](https://github.com/dahlia/fedify) - [Tutorial](./tutorial.md) - [Manual](./manual.md) - [API reference](https://jsr.io/@fedify/fedify) - [Examples](https://github.com/dahlia/fedify/tree/main/examples) Loading Loading
.vscode/settings.json +1 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,7 @@ "subproperty", "superproperty", "unfollow", "unfollowing", "webfinger" ] }
README.md +1 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ The rough roadmap is to implement the following features out of the box: If you want to know more about the project, please take a look at the following resources: - [Tutorial](https://fedify.dev/tutorial/) - [Manual](https://fedify.dev/manual/) ([Unstable](https://unstable.fedify.dev/manual/)) - [API reference][JSR] Loading
docs/_config.ts +1 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ site.use(title()); site.use(image()); site.copy("img"); site.copyRemainingFiles(); async function getPackageVersion(): Promise<string> { const response = await fetch("https://jsr.io/@fedify/fedify/meta.json"); Loading
docs/deno.json +1 −1 Original line number Diff line number Diff line { "tasks": { "lume": "echo \"import 'lume/cli.ts'\" | deno run --unstable-kv -A -", "serve": "deno task lume -s --port=8000" "serve": "deno task lume -s --port=3000" }, "imports": { "@std/collections": "jsr:@std/collections@^0.218.2", Loading
docs/index.md +1 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ If you want to know more about the project, please take a look at the following resources: - [GitHub](https://github.com/dahlia/fedify) - [Tutorial](./tutorial.md) - [Manual](./manual.md) - [API reference](https://jsr.io/@fedify/fedify) - [Examples](https://github.com/dahlia/fedify/tree/main/examples) Loading