Merge branch 'main' of github.com:ente-io/docs
This commit is contained in:
commit
4a624c1a3a
7 changed files with 68 additions and 12 deletions
|
@ -2,18 +2,51 @@ import { defineConfig } from "vitepress";
|
|||
|
||||
// https://vitepress.dev/reference/site-config
|
||||
export default defineConfig({
|
||||
title: "Ente Docs",
|
||||
description: "Guide for ente.io apps",
|
||||
title: "Ente's Docs",
|
||||
description: "Help guide for apps from Ente",
|
||||
head: [
|
||||
[
|
||||
"link",
|
||||
{
|
||||
rel: "apple-touch-icon",
|
||||
sizes: "180x180",
|
||||
href: "/apple-touch-icon.png",
|
||||
},
|
||||
],
|
||||
[
|
||||
"link",
|
||||
{
|
||||
rel: "icon",
|
||||
type: "image/png",
|
||||
sizes: "32x32",
|
||||
href: "/favicon-32x32.png",
|
||||
},
|
||||
],
|
||||
[
|
||||
"link",
|
||||
{
|
||||
rel: "icon",
|
||||
type: "image/png",
|
||||
sizes: "16x16",
|
||||
href: "/favicon-16x16.png",
|
||||
},
|
||||
],
|
||||
],
|
||||
themeConfig: {
|
||||
// https://vitepress.dev/reference/default-theme-config
|
||||
editLink: {
|
||||
pattern: "https://github.com/ente-io/docs/edit/main/docs/:path",
|
||||
},
|
||||
// https://vitepress.dev/reference/default-theme-config
|
||||
nav: [
|
||||
{ text: "Photos", link: "/photos/index" },
|
||||
{ text: "Authenticator", link: "/authenticator/index" },
|
||||
],
|
||||
|
||||
search: {
|
||||
provider: "local",
|
||||
options: {
|
||||
detailedView: true,
|
||||
},
|
||||
},
|
||||
sidebar: {
|
||||
"/": sidebarPhotos(),
|
||||
"/photos/": sidebarPhotos(),
|
||||
|
@ -43,7 +76,7 @@ function sidebarPhotos() {
|
|||
],
|
||||
},
|
||||
{
|
||||
text: "User Guide",
|
||||
text: "Welcome",
|
||||
items: [
|
||||
{
|
||||
text: "Features",
|
||||
|
|
|
@ -1,6 +1,16 @@
|
|||
:root {
|
||||
--vp-theme-color: #1DB954;
|
||||
--vp-c-brand: #1DB954;
|
||||
--vp-c-brand-1: #1DB954;
|
||||
--vp-c-brand-2: #00B33C;
|
||||
/* Replace with your desired color */
|
||||
}
|
||||
--vp-home-hero-name-color: #1DB954;
|
||||
--vp-c-brand-light: #1DB954;
|
||||
--vp-button-brand-border: #1DB954;
|
||||
--vp-button-brand-bg: #1DB954;
|
||||
--vp-button-brand-text: #191919;
|
||||
--vp-button-brand-hover-border: #00B33C;
|
||||
--vp-button-brand-hover-bg: #191919;
|
||||
--vp-button-brand-hover-text: #e5e5e5;
|
||||
--vp-local-search-highlight-bg: #1DB954;
|
||||
--docsearch-hit-active-color: #191919;
|
||||
}
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
# Quick Links
|
||||
|
||||
Quick links allows you to select single or multiple photos & create a link. Behind the scene, ente creates a special album and put all the selected files in that special album.
|
||||
|
||||
* You can view all quick links created by you in the sharing tab, under Quick links section.
|
||||
* Quick links can be converted to regular album.
|
||||
* Remove link will not delete the photos that are present in that link.
|
||||
* Similar to [public-links](./public-links.md), you can set link expirty, set passwords or device limits.
|
||||
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# Welcome to Ente Photos Help!
|
||||
# Welcome to Help!
|
||||
|
||||
Welcome to Ente Photos Help! If you're new to Ente Photos, our [Quick Start](./getting-started/index.md) and [FAQs](./faq/faq.md) are great places to begin. If you can’t find an answer to your question, [ask the community](https://ente.io/discord) or email us at **support@ente.io**.
|
||||
|
||||
|
@ -18,9 +18,12 @@ Ente Authenticator is a secure, end-to-end encrypted Authenticator app with cros
|
|||
|
||||
## Contributing
|
||||
|
||||
This documentation is open source at our [Ente Docs](https://github.com/ente-io/docs) repo.
|
||||
This documentation is open source at our [Ente
|
||||
Docs](https://github.com/ente-io/docs) repo.
|
||||
|
||||
We gladly welcome any fixes & improvements! Please see our [contribution guide](https://github.com/ente-io/docs#contributing)
|
||||
before making a Pull Request.
|
||||
We gladly welcome any fixes & improvements! Please see our [contribution
|
||||
guide](https://github.com/ente-io/docs#contributing) before making a Pull
|
||||
Request.
|
||||
|
||||
Once your contributions are accepted, make sure to add yourself to the list of [Contributors](./misc/contributors.md). Thank you!
|
||||
Once your contributions are accepted, make sure to add yourself to the list of
|
||||
[Contributors](./misc/contributors.md). Thank you!
|
||||
|
|
BIN
docs/public/apple-touch-icon.png
Normal file
BIN
docs/public/apple-touch-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
BIN
docs/public/favicon-16x16.png
Normal file
BIN
docs/public/favicon-16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 473 B |
BIN
docs/public/favicon-32x32.png
Normal file
BIN
docs/public/favicon-32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 863 B |
Loading…
Add table
Reference in a new issue