[docs] Remove WIP banner from cast docs (#1682)
This commit is contained in:
commit
c4418f453d
3 changed files with 10 additions and 14 deletions
|
@ -1,19 +1,12 @@
|
|||
---
|
||||
title: Archive
|
||||
description: |
|
||||
Archiving photos and albums in Ente Photos to remove them from your home
|
||||
timeline
|
||||
title: Cast
|
||||
description: Casting your photos on to a large screen or a TV or a Chromecast device
|
||||
---
|
||||
|
||||
> [!CAUTION]
|
||||
>
|
||||
> This is preview documentation for an upcoming feature. This feature has not
|
||||
> yet been released yet, so the steps below will not work currently.
|
||||
|
||||
# Cast
|
||||
|
||||
With Ente Cast, you can play a slideshow of your favourite albums on your Google
|
||||
Chromecast TVs or other Internet-connected large screen devices.
|
||||
Chromecast TVs or any other internet-connected large screen devices.
|
||||
|
||||
## Get Started
|
||||
|
||||
|
|
|
@ -34,7 +34,8 @@ endpoint:
|
|||
api: "http://localhost:8080"
|
||||
```
|
||||
|
||||
(Another [example](https://github.com/ente-io/ente/blob/main/cli/config.yaml.example))
|
||||
(Another
|
||||
[example](https://github.com/ente-io/ente/blob/main/cli/config.yaml.example))
|
||||
|
||||
## Web appps and Photos desktop app
|
||||
|
||||
|
@ -46,5 +47,5 @@ connect to. For example:
|
|||
NEXT_PUBLIC_ENTE_ENDPOINT=http://localhost:8080 yarn dev:photos
|
||||
```
|
||||
|
||||
For more details, see [hosting the web
|
||||
app](https://help.ente.io/self-hosting/guides/web-app).
|
||||
For more details, see
|
||||
[hosting the web app](https://help.ente.io/self-hosting/guides/web-app).
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
title: Hosting the web app
|
||||
description: Building and hosting Ente's web app, connecting it to your self-hosted server
|
||||
description:
|
||||
Building and hosting Ente's web app, connecting it to your self-hosted
|
||||
server
|
||||
---
|
||||
|
||||
# Web app
|
||||
|
|
Loading…
Add table
Reference in a new issue