Setup the About section
This commit is contained in:
parent
9a23bbeb1d
commit
55b93d3394
8 changed files with 26 additions and 0 deletions
|
@ -78,6 +78,20 @@ function sidebarPhotos() {
|
|||
{
|
||||
text: "Welcome",
|
||||
items: [
|
||||
{
|
||||
text: "About",
|
||||
collapsed: true,
|
||||
link: "/about/company",
|
||||
items: [
|
||||
{ text: "Company", link: "/about/company" },
|
||||
{ text: "Products", link: "/about/products" },
|
||||
{ text: "Plans", link: "/about/plans" },
|
||||
{ text: "Support", link: "/about/support" },
|
||||
{ text: "Community", link: "/about/community" },
|
||||
{ text: "Open source", link: "/about/open-source" },
|
||||
{ text: "Contribute", link: "/about/contribute" },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: "Features",
|
||||
collapsed: true,
|
||||
|
@ -116,6 +130,18 @@ function sidebarPhotos() {
|
|||
|
||||
function sidebarAuth() {
|
||||
return [
|
||||
{
|
||||
text: "About",
|
||||
collapsed: true,
|
||||
link: "/about/company",
|
||||
items: [
|
||||
{ text: "Company", link: "/about/company" },
|
||||
{ text: "Products", link: "/about/products" },
|
||||
{ text: "Community", link: "/about/community" },
|
||||
{ text: "Open source", link: "/about/open-source" },
|
||||
{ text: "Contribute", link: "/about/contribute" },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: "FAQ",
|
||||
link: "/authenticator/faq/faq",
|
||||
|
|
0
docs/about/community.md
Normal file
0
docs/about/community.md
Normal file
0
docs/about/company.md
Normal file
0
docs/about/company.md
Normal file
0
docs/about/contribute.md
Normal file
0
docs/about/contribute.md
Normal file
0
docs/about/open-source.md
Normal file
0
docs/about/open-source.md
Normal file
0
docs/about/plans.md
Normal file
0
docs/about/plans.md
Normal file
0
docs/about/products.md
Normal file
0
docs/about/products.md
Normal file
0
docs/about/support.md
Normal file
0
docs/about/support.md
Normal file
Loading…
Add table
Reference in a new issue