forked from federated-nexus/website
Add docs page
This commit is contained in:
parent
9d2433dc66
commit
a49c4b9a15
6 changed files with 23 additions and 10 deletions
14
src/content/docs/Services/docs.mdx
Normal file
14
src/content/docs/Services/docs.mdx
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
title: LaSuite Docs
|
||||||
|
---
|
||||||
|
|
||||||
|
LaSuite Docs is a free and open source alternative to Google Docs, designed for seamless real-time collaboration. You can find it hosted at https://docs.federated.nexus.
|
||||||
|
|
||||||
|
You have a homepage with your documents, and documents that are shared with you:
|
||||||
|

|
||||||
|
|
||||||
|
And of course, the actual editor, where you can compose documents in a GUI similar to Google Docs, and export as DocX or PDF.
|
||||||
|

|
||||||
|
|
||||||
|
You can also add subdocuments!
|
||||||
|

|
|
@ -1,10 +1,7 @@
|
||||||
---
|
---
|
||||||
template: splash
|
|
||||||
title: Donate
|
title: Donate
|
||||||
---
|
---
|
||||||
|
|
||||||
import { CardGrid, Card } from "@astrojs/starlight/components"
|
|
||||||
|
|
||||||
Federated Nexus runs off of donations, so if you're enjoying our
|
Federated Nexus runs off of donations, so if you're enjoying our
|
||||||
services please consider donating. Ideally, we take Interac E-Transfer
|
services please consider donating. Ideally, we take Interac E-Transfer
|
||||||
to: henry@henryhiles.com. If Interac E-Transfer doesn't work in your
|
to: henry@henryhiles.com. If Interac E-Transfer doesn't work in your
|
||||||
|
|
|
@ -28,11 +28,12 @@ import { CardGrid, Card } from "@astrojs/starlight/components"
|
||||||
</Card>
|
</Card>
|
||||||
<Card title="Open Source Collaborative Editing" icon="document">
|
<Card title="Open Source Collaborative Editing" icon="document">
|
||||||
LaSuite Docs is a free and open source alternative to Google Docs,
|
LaSuite Docs is a free and open source alternative to Google Docs,
|
||||||
designed for seamless real-time collaboration. You can compose documents
|
designed for seamless real-time collaboration. You can compose
|
||||||
in a GUI similar to Google Docs, and export as DocX or PDF. You can also
|
documents in a GUI similar to Google Docs, and export as DocX or
|
||||||
add subdocuments, and share links to others, even those without an
|
PDF. You can also add subdocuments, and share links to others, even
|
||||||
account.
|
those without an account. [Learn More...](/services/docs)
|
||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
<Card title="Fast & Private Search Made Simple" icon="magnifier">
|
<Card title="Fast & Private Search Made Simple" icon="magnifier">
|
||||||
We run a [SearXNG](https://searxng.org) instance that allows you to log
|
We run a [SearXNG](https://searxng.org) instance that allows you to log
|
||||||
in using your Federated Nexus account and perform fast, privacy-focused
|
in using your Federated Nexus account and perform fast, privacy-focused
|
||||||
|
@ -55,4 +56,5 @@ import { CardGrid, Card } from "@astrojs/starlight/components"
|
||||||
we're open to hosting any useful new software. Let us know in our
|
we're open to hosting any useful new software. Let us know in our
|
||||||
[Matrix room](https://matrix.to/#/#community:federated.nexus)!
|
[Matrix room](https://matrix.to/#/#community:federated.nexus)!
|
||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
</CardGrid>
|
</CardGrid>
|
||||||
|
|
BIN
src/images/docs/editor.png
Normal file
BIN
src/images/docs/editor.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 301 KiB |
BIN
src/images/docs/home.png
Normal file
BIN
src/images/docs/home.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 124 KiB |
BIN
src/images/docs/subdocument.png
Normal file
BIN
src/images/docs/subdocument.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Loading…
Add table
Add a link
Reference in a new issue