Commit graph

115 commits

Author SHA1 Message Date
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