chore: add project placeholder pages
This commit is contained in:
parent
7addc5110b
commit
05095f3802
7 changed files with 48 additions and 10 deletions
12
.editorconfig
Normal file
12
.editorconfig
Normal 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
|
3
TODO.md
3
TODO.md
|
@ -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
|
|
@ -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
2
docs/projects/README.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Projects
|
||||||
|
TODO
|
7
docs/projects/arena/README.md
Normal file
7
docs/projects/arena/README.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
aliases:
|
||||||
|
- /arena/
|
||||||
|
---
|
||||||
|
|
||||||
|
# LBRY Arena
|
||||||
|
TODO
|
7
docs/projects/podcast/README.md
Normal file
7
docs/projects/podcast/README.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
aliases:
|
||||||
|
- /podcast/
|
||||||
|
---
|
||||||
|
|
||||||
|
# LBRY Foundation Community Podcast
|
||||||
|
TODO
|
7
docs/projects/tavern/README.md
Normal file
7
docs/projects/tavern/README.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
aliases:
|
||||||
|
- /tavern/
|
||||||
|
---
|
||||||
|
|
||||||
|
# LBRY Tavern
|
||||||
|
TODO
|
Loading…
Add table
Reference in a new issue