diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..5c28d15 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[CNAME] +insert_final_newline = false diff --git a/TODO.md b/TODO.md index 4ad4d26..f254b3b 100644 --- a/TODO.md +++ b/TODO.md @@ -9,5 +9,8 @@ - [ ] Verified page - [ ] Governance page - [ ] Projects page +- [ ] Tavern page +- [ ] Podcast page +- [ ] Arena page - [x] 404 page - [ ] Fix grammatical/format errors in the Privacy Policy \ No newline at end of file diff --git a/docs/.vuepress/sidebar.js b/docs/.vuepress/sidebar.js index 73fed6c..5ac2085 100644 --- a/docs/.vuepress/sidebar.js +++ b/docs/.vuepress/sidebar.js @@ -1,12 +1,12 @@ module.exports = { - // '/other/': [ - // { - // title: 'Additional Information', - // children: [ - // '/other/', - // '/', - // ['https://github.com/LBRYFoundation', 'Outside link'] - // ], - // }, - // ] + '/projects/': [ + { + title: 'Projects', + children: [ + '/projects/tavern/', + '/projects/podcast/', + '/projects/arena/' + ] + }, + ] }; diff --git a/docs/projects/README.md b/docs/projects/README.md new file mode 100644 index 0000000..122e291 --- /dev/null +++ b/docs/projects/README.md @@ -0,0 +1,2 @@ +# Projects +TODO diff --git a/docs/projects/arena/README.md b/docs/projects/arena/README.md new file mode 100644 index 0000000..53a6513 --- /dev/null +++ b/docs/projects/arena/README.md @@ -0,0 +1,7 @@ +--- +aliases: +- /arena/ +--- + +# LBRY Arena +TODO diff --git a/docs/projects/podcast/README.md b/docs/projects/podcast/README.md new file mode 100644 index 0000000..1e07be1 --- /dev/null +++ b/docs/projects/podcast/README.md @@ -0,0 +1,7 @@ +--- +aliases: +- /podcast/ +--- + +# LBRY Foundation Community Podcast +TODO diff --git a/docs/projects/tavern/README.md b/docs/projects/tavern/README.md new file mode 100644 index 0000000..223c473 --- /dev/null +++ b/docs/projects/tavern/README.md @@ -0,0 +1,7 @@ +--- +aliases: +- /tavern/ +--- + +# LBRY Tavern +TODO