Skip to content

Commit

Permalink
chore: editoral changes
Browse files Browse the repository at this point in the history
Updated content to reflect changes since 2021:
- go-ipfs got renamed to Kubo, ipfs.io websites moved to ipfs.tech
- Cloudflare and Fleek provide turn-key website hosting  solutions
- Gateway docs and resources got updated and changed links
- DNSLink is not limited to DWeb, adjusted language and added best
  practices around supporting multiple protocol records

Added some references:
- mentioned convention from RFC 1464 (<key>=<value>)
- due to this,  clarified that prefix is `dnslink=` and not `dnslink=/`
  and why value should start with `/namespace/` prefix

Fixed small typos and removed line numbers from code blocks.
  • Loading branch information
lidel committed Sep 7, 2022
1 parent 0059b9b commit 1992d21
Show file tree
Hide file tree
Showing 3 changed files with 218 additions and 200 deletions.
3 changes: 3 additions & 0 deletions .vuepress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export default defineUserConfig({
})
],
markdown: {
code: {
lineNumbers: false
},
linkify: true
},
theme: defaultTheme({
Expand Down
Loading

0 comments on commit 1992d21

Please sign in to comment.