Rearrange
This commit is contained in:
parent
5710dec46b
commit
b1ab27e42c
2 changed files with 37 additions and 36 deletions
|
@ -6,37 +6,6 @@ export const sidebar = [
|
|||
text: "Photos",
|
||||
items: [
|
||||
{ text: "Introduction", link: "/photos/" },
|
||||
{
|
||||
text: "Migration",
|
||||
collapsed: true,
|
||||
items: [
|
||||
{
|
||||
text: "Introduction",
|
||||
link: "/photos/migration/",
|
||||
},
|
||||
|
||||
{
|
||||
text: "From Google Photos",
|
||||
link: "/photos/migration/from-google-photos/",
|
||||
},
|
||||
{
|
||||
text: "From Apple Photos",
|
||||
link: "/photos/migration/from-apple-photos/",
|
||||
},
|
||||
{
|
||||
text: "From Amazon Photos",
|
||||
link: "/photos/migration/from-amazon-photos",
|
||||
},
|
||||
{
|
||||
text: "From your hard disk",
|
||||
link: "/photos/migration/from-local-hard-disk",
|
||||
},
|
||||
{
|
||||
text: "Exporting your data",
|
||||
link: "/photos/migration/export/",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
text: "Features",
|
||||
collapsed: true,
|
||||
|
@ -76,6 +45,37 @@ export const sidebar = [
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
text: "Migration",
|
||||
collapsed: true,
|
||||
items: [
|
||||
{
|
||||
text: "Introduction",
|
||||
link: "/photos/migration/",
|
||||
},
|
||||
|
||||
{
|
||||
text: "From Google Photos",
|
||||
link: "/photos/migration/from-google-photos/",
|
||||
},
|
||||
{
|
||||
text: "From Apple Photos",
|
||||
link: "/photos/migration/from-apple-photos/",
|
||||
},
|
||||
{
|
||||
text: "From Amazon Photos",
|
||||
link: "/photos/migration/from-amazon-photos",
|
||||
},
|
||||
{
|
||||
text: "From your hard disk",
|
||||
link: "/photos/migration/from-local-hard-disk",
|
||||
},
|
||||
{
|
||||
text: "Exporting your data",
|
||||
link: "/photos/migration/export/",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ text: "FAQ", link: "/photos/faq/" },
|
||||
{
|
||||
text: "Troubleshooting",
|
||||
|
|
|
@ -10,9 +10,10 @@ Photos. You can use it to safely and securely store your photos on the cloud.
|
|||
|
||||
While security and privacy form the bedrock of Ente Photos, it is not at the
|
||||
cost of usability. The user interface is simple, and we are continuously working
|
||||
to make it even simpler. The goal is a product that can be used by people with
|
||||
all sorts of technical ability and background.
|
||||
to make it even simpler.
|
||||
|
||||
These help docs are divided into three sections: Features, FAQ and
|
||||
Troubleshooting. Choose the relevant page from the sidebar menu, or use the
|
||||
search at the top.
|
||||
The goal is a product that can be used by people with all sorts of technical
|
||||
ability and background.
|
||||
|
||||
These help docs are divided into four sections. Choose the relevant page from
|
||||
the sidebar menu, or use the search at the top.
|
||||
|
|
Loading…
Add table
Reference in a new issue