Commit graph

169 commits

Author SHA1 Message Date
Manav Rathi 3a2c7ce5f9
Import migration guides from website
Needed tweaking to handle Gatsby => Vitepress
2024-03-20 17:31:04 +05:30
Jishnuraj9 964fc8c992
Update sharing-logs.md 2024-03-20 11:15:19 +05:30
Neeraj Gupta ba6a8b6aa4
[docs] Update family-plans.md (#1123)
## Description

## Tests
2024-03-17 11:30:35 +05:30
Manav Rathi bd75eba941
[docs] Mention submodules in the community external S3 guide 2024-03-15 13:00:15 +05:30
green 91c5e54cdc
Update index.md 2024-03-14 11:11:44 +01:00
green 39e5415e0a
Update index.md 2024-03-14 11:08:52 +01:00
Manav Rathi 0e4ca2ad21
[docs] Call out the gotcha of not connecting to the correct instance 2024-03-14 11:37:27 +05:30
Manav Rathi b1da0c1b70
yarn pretty 2024-03-14 11:10:47 +05:30
Manav Rathi cfe7b1baa0
Remove duplicate section 2024-03-14 11:09:26 +05:30
Manav Rathi abc93872e9
Add header 2024-03-14 11:08:11 +05:30
Manav Rathi 7b850cec43
Remove incomplete notice 2024-03-14 11:06:16 +05:30
Manav Rathi 3ffe43e9bf
Also add a FAQ entry 2024-03-14 11:05:40 +05:30
Manav Rathi 6287d40a18
Split 2024-03-14 11:01:36 +05:30
Manav Rathi 03c875a8b8
Rearrange 2024-03-14 10:54:42 +05:30
Manav Rathi c18115ef52
Fix link 2024-03-14 10:48:25 +05:30
Manav Rathi 55e3a93cf6
Mention the word "export" in the sidebar item 2024-03-14 10:46:26 +05:30
Manav Rathi 306ee1ad1c
Fix the next page link on the index page
...by reintroducing it in the sidebar listing.
2024-03-14 10:44:35 +05:30
Manav Rathi 60d216c6fa
yarn pretty 2024-03-14 10:43:19 +05:30
Manav Rathi b2d64d9b72
Add page headers 2024-03-14 10:41:52 +05:30
Manav Rathi bb0f584e91
[docs][auth] Move the migration guides to the help docs
Keep the old files, adding redirection notices to them.
2024-03-14 10:38:39 +05:30
green 20a6b81b05
Update index.md
More formal language to make it more wiki-esque
2024-03-13 16:30:54 +01:00
green 4731f2c43b
Update sidebar.ts 2024-03-13 16:22:25 +01:00
green 190357fe64
Rename docs/docs/auth/migration-guides/authy.md to docs/docs/auth/migration-guides/authy/index.md 2024-03-13 16:17:50 +01:00
green d65daba103
Update sidebar.ts 2024-03-13 16:16:52 +01:00
green 38c36d203a
Create authy.md 2024-03-13 16:11:33 +01:00
Neeraj Gupta 7543dc6b57 [docs] Update custom server section for cli 2024-03-13 12:03:56 +05:30
Neeraj Gupta c7d7d436c3 [docs] Add guide to connect CLI to self-hosted instance 2024-03-13 11:43:19 +05:30
Neeraj Gupta f7077c2b11 [docs] Update guide to build mobile app 2024-03-13 11:43:19 +05:30
Manav Rathi d5164693ff
Fix vitepress warning
Change the syntax highlighting of the `env` code block from `env` to `sh`
because currently vite press doesn't support the env language and instead
complains

> The language 'env' is not loaded, falling back to 'txt' for syntax highlighting.
2024-03-13 11:17:53 +05:30
Manav Rathi 26b162c8dc
[web] Allow running the build outside of a git repository
This was found useful by @Bramas when building a Dockerfile of the web app
itself. See https://github.com/ente-io/ente/pull/1065.

Now, the GIT_SHA environment variable can just be undefined if we're not in a
git repository, and the code using it deals with that case explicitly.

**Tested by**

Temporarily inverted the isDevBuild flag, tehn

1. Ran the build normally and verified that the SHA continued to appear in the logs.

2. Ran the build after copying to a standalone folder without an associated git
   repository and verified that the SHA was skipped without causing the build to
   fail.
2024-03-13 11:15:12 +05:30
Manav Rathi 4326409046
[docs] Move the self hosting using external S3 buckets guide to independent page
See: https://github.com/ente-io/ente/pull/1066
2024-03-13 10:32:35 +05:30
Quentin Bramas 55e0ec39ed add guide for self-hosting server + webapp with external S3 storage 2024-03-12 15:14:35 +01:00
Neeraj Gupta 9a8e76b494 [docs] Fix the location for auth faq 2024-03-11 16:14:38 +05:30
Neeraj Gupta c6120f33de [docs] Copy Auth FAQ from mobile app 2024-03-11 16:05:56 +05:30
Manav Rathi fc482609b6 Fix build 2024-03-11 10:31:42 +05:30
Manav Rathi e1e0c45d88 yarn pretty 2024-03-11 10:31:07 +05:30
Manav Rathi b0d396a5bd [docs] Add more self-hosting instructions
- How to set custom server
- How to build for mobile
2024-03-11 10:28:20 +05:30
vishnukvmd 5ffa8ffe2b [docs] Add article on sharing 2024-03-09 23:31:20 +05:30
Manav Rathi a9c6196142 [docs] Add a note about how to get the OTT on self hosted instance 2024-03-08 23:06:50 +05:30
Manav Rathi c899984f76 Add yarn troubleshooting page 2024-03-08 21:21:10 +05:30
Manav Rathi ed3b165b4b Don't consider localhost links as dead
Fixes the following error when building the site

    (!) Found dead link http://localhost:3000 in file self-hosting/index.md
    x Build failed in 1.72s
    If this is expected, you can disable this check via config. Refer: https://vitepress.dev/reference/site-config#ignoredeadlinks
2024-03-08 21:17:00 +05:30
Manav Rathi f040ffad13 [docs] Add self-hosting section and add getting started docs 2024-03-08 21:09:49 +05:30
Manav Rathi eb28279de0
Update sharing-logs.md 2024-03-08 17:20:21 +05:30
Manav Rathi f612e0b69f Published 2024-03-08 16:24:37 +05:30
Manav Rathi 929e1bbac1 Less preachy 2024-03-08 16:17:53 +05:30
Manav Rathi 25a04fbc5f Update docs README 2024-03-08 15:49:13 +05:30
Manav Rathi 10b5771445 Fix dead links 2024-03-08 09:48:49 +05:30
Manav Rathi 1955508a90 Audit and edit 2024-03-07 17:05:21 +05:30
Manav Rathi b66cdb8942 Finalize structure 2024-03-07 15:38:41 +05:30
Manav Rathi 7e2410a0ed More 2024-03-07 15:15:18 +05:30
Manav Rathi 3e614e66f5 Scaffold a few pages 2024-03-07 13:59:29 +05:30
Manav Rathi cf75ac58b9 Update to latest vitepress 2024-03-07 13:28:36 +05:30
Manav Rathi 6dfc059073 Move into docs/ 2024-03-01 12:43:55 +05:30
Manav Rathi 22af3e4359 Prepare for merge 2024-03-01 12:01:52 +05:30
Manav Rathi f5a27f2b2c Resize image
https://github.com/vuejs/vitepress/discussions/1611
2024-03-01 11:46:32 +05:30
Manav Rathi a509043627 Auto sidebar didn't kinda work for us 2024-03-01 11:43:48 +05:30
Manav Rathi dadfb82c2e Cleanup 2024-03-01 11:17:44 +05:30
Manav Rathi fb386098c9 Give the automatic sidebar generation plugin a shot 2024-03-01 11:05:31 +05:30
Manav Rathi d460584808 Tweak config 2024-03-01 10:56:34 +05:30
Manav Rathi f9cdf477f1 vars 2024-03-01 10:37:27 +05:30
Manav Rathi 4d7ac418f5 Cloudflare likely supports them
...didn't find it mentione in docs though, if it doesn't work will revert.
2024-03-01 10:27:04 +05:30
Manav Rathi 34efae430c Drop unnecessary support for web apps 2024-03-01 10:21:08 +05:30
Manav Rathi dcdab150dc Mention the pending publishing 2024-03-01 10:18:44 +05:30
Manav Rathi 04f273cf56 96x96 favicon png, single 2024-03-01 10:09:37 +05:30
Manav Rathi 20ef0bef6a Don't require the m prefix on extensions 2024-03-01 09:58:05 +05:30
Manav Rathi 5fc7fc2f4e Do the actual prose wrap 2024-03-01 09:50:21 +05:30
Manav Rathi 71920538a1 Prettier 2024-03-01 09:35:56 +05:30
vishnukvmd ee150cd936 Update sidebar 2024-01-13 00:32:49 +05:30
Vishnu Mohandas 813b99db71
Update index.md 2024-01-12 23:54:56 +05:30
httpjamesm a81fa9c5e3
fix: #4 2023-12-22 20:15:52 -05:00
httpjamesm fb8b8c36ca
feat: cast sidebar link 2023-12-22 20:14:28 -05:00
httpjamesm 2ecab32542
feat: assets public folder 2023-12-22 20:13:23 -05:00
httpjamesm ed1217b932
cast help article 2023-12-22 20:11:02 -05:00
Jishnuraj9 218221cd96
Update support.md 2023-12-20 16:40:10 +05:30
Jishnuraj9 e63b2e7a2d
Update plans.md 2023-12-20 13:18:07 +05:30
Jishnuraj9 7b5b5fc13d
Update products.md 2023-12-20 05:28:10 +05:30
Jishnuraj9 e21eee8595
Update company.md 2023-12-20 04:25:07 +05:30
Jishnuraj9 c3450df500
Update map.md 2023-12-20 02:46:31 +05:30
vishnukvmd 55b93d3394 Setup the About section 2023-12-20 00:07:19 +05:30
Jishnuraj9 9a23bbeb1d
Update watch-folder.md 2023-12-18 15:34:00 +05:30
Jishnuraj9 a01d4cb34a
Update referral.md 2023-12-18 14:15:07 +05:30
Jishnuraj9 71ced5e9fc
Update albums.md 2023-12-18 12:22:39 +05:30
Jishnuraj9 44ee6b3ff3
Update collect.md
Collect photos
2023-12-18 11:07:10 +05:30
Jishnuraj9 aa36eb346f
Update albums.md
All features on album done. 
1. Rename album
2. Set cover
3. Map
4. Sort by
5. Pin album
6. Archive album
2023-12-18 10:07:50 +05:30
Ashil 0223b7bc96
Update location tags help 2023-12-18 09:53:43 +05:30
Neeraj Gupta eb3d7cb755
Update uncategorized.md 2023-12-18 09:34:06 +05:30
Jishnuraj9 30dc4810da
Update albums.md 2023-12-18 08:28:50 +05:30
laurenspriem 4a624c1a3a Merge branch 'main' of github.com:ente-io/docs 2023-12-17 14:49:28 +01:00
laurenspriem 2f7380df86 Add desktop view for archive 2023-12-17 14:38:16 +01:00
laurenspriem 6d1e4daa91 Fill hidden 2023-12-17 14:37:41 +01:00
laurenspriem d10900eacb Typo 2023-12-17 14:37:33 +01:00
Neeraj Gupta 7ef61e12cf
Update quick-link.md 2023-12-17 18:46:18 +05:30
vishnukvmd 49c79e2f57 Update home page 2023-12-17 02:06:59 +05:30
vishnukvmd a1ba3f2015 Add favicon 2023-12-17 01:53:48 +05:30
vishnukvmd bf0fbdd0ca Render search results in detailed view 2023-12-17 01:38:28 +05:30
vishnukvmd e962a2678d Add local search 2023-12-17 01:26:32 +05:30
vishnukvmd 5e5c00808a Update brand colors 2023-12-17 01:25:56 +05:30
vishnukvmd d745651707 Update color 2023-12-16 18:54:29 +05:30
vishnukvmd b9de8ae0d4 Update docs 2023-12-16 18:33:48 +05:30
vishnukvmd 50a9f29219 Minor refactor 2023-12-16 18:33:36 +05:30