A CLI for publishing standard.site documents to ATProto sequoia.pub
standard site lexicon cli publishing

chore: link updates

+4 -4
+1 -1
docs/docs/pages/supported-frameworks.mdx
··· 1 1 # Supported Frameworks 2 2 3 3 :::note 4 - This list is actively being updated as more static site generators and frameworks are being tested and integrated. If you see something missing, [make a request]()! 4 + This list is actively being updated as more static site generators and frameworks are being tested and integrated. If you see something missing, [make a request](https://tangled.org/stevedylan.dev/sequoia/issues/new)! 5 5 ::: 6 6 7 7 | Framework | Status |
+1 -1
docs/docs/pages/what-is-sequoia.mdx
··· 8 8 9 9 The goal of Sequoia is to make it easier for those with existing self-hosted blogs to publish their content to the ATmosphere, no matter what SSG or framework you might be using. As of right now the focus will be static sites, but if there is enough traction there might be a future package that can be used for SSR frameworks too. 10 10 11 - Sequoia is MIT open sourced and available on [Tangled](https://tangled.org/stevedylan.dev) and [GitHub](https://github.com/stevedylandev/sequoia). 11 + Sequoia is MIT open sourced and available on [Tangled](https://tangled.org/stevedylan.dev/sequoia) and [GitHub](https://github.com/stevedylandev/sequoia).
+2 -2
docs/vocs.config.ts
··· 8 8 ogImageUrl: "/og.png", 9 9 aiCta: false, 10 10 editLink: { 11 - pattern: "https://leaflet.org/stevedylan.dev", 11 + pattern: "https://leaflet.org/stevedylan.dev/sequoia", 12 12 text: "Edit on Tangled", 13 13 }, 14 14 topNav: [ 15 15 { text: "Docs", link: "/quickstart", match: "/" }, 16 16 { text: "Blog", link: "/blog" }, 17 - { text: "Tanlged", link: "https://tangled.org" }, 17 + { text: "Tanlged", link: "https://tangled.org/stevedylan.dev/sequoia" }, 18 18 { text: "GitHub", link: "https://github.com" }, 19 19 ], 20 20 sidebar: [