chore: add project placeholder pages

This commit is contained in:
Snazzah 2021-12-31 15:13:23 -06:00
parent 7addc5110b
commit 05095f3802
No known key found for this signature in database
GPG key ID: 5E71D54F3D86282E
7 changed files with 48 additions and 10 deletions

12
.editorconfig Normal file
View file

@ -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

View file

@ -9,5 +9,8 @@
- [ ] Verified page - [ ] Verified page
- [ ] Governance page - [ ] Governance page
- [ ] Projects page - [ ] Projects page
- [ ] Tavern page
- [ ] Podcast page
- [ ] Arena page
- [x] 404 page - [x] 404 page
- [ ] Fix grammatical/format errors in the Privacy Policy - [ ] Fix grammatical/format errors in the Privacy Policy

View file

@ -1,12 +1,12 @@
module.exports = { module.exports = {
// '/other/': [ '/projects/': [
// { {
// title: 'Additional Information', title: 'Projects',
// children: [ children: [
// '/other/', '/projects/tavern/',
// '/', '/projects/podcast/',
// ['https://github.com/LBRYFoundation', 'Outside link'] '/projects/arena/'
// ], ]
// }, },
// ] ]
}; };

2
docs/projects/README.md Normal file
View file

@ -0,0 +1,2 @@
# Projects
TODO

View file

@ -0,0 +1,7 @@
---
aliases:
- /arena/
---
# LBRY Arena
TODO

View file

@ -0,0 +1,7 @@
---
aliases:
- /podcast/
---
# LBRY Foundation Community Podcast
TODO

View file

@ -0,0 +1,7 @@
---
aliases:
- /tavern/
---
# LBRY Tavern
TODO