Skip to content

Commit

Permalink
docs: README and basic introduction
Browse files Browse the repository at this point in the history
Fixes #56
  • Loading branch information
RezaRahemtola committed Nov 8, 2024
1 parent 948e9fa commit 1c5346b
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 147 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# Bedrock

> Your private workspace by design, not by promise.
Bedrock.im is a work-in-progress project that aims to offer an open-source and decentralized alternative to Workspaces solutions for individuals and companies.\
Its features will include a complete drive to store your files privately, editors to allow you to manipulate your files in a confidential environment, and integrations with decentralized AI assistants, fine-grained permissions systems and anonymous subscriptions for paid services.

Bedrock.im is a project built on top of [Aleph.im](https://aleph.im)'s decentralized cloud, supported by their [Acceleratooor](https://www.twentysix.cloud/acceleratooor/) program.

As the project is still in it's early stages, ways to contribute and understand the technical architecture aren't properly documented yet and will gradually appear in [our documentation](https://docs.bedrock.im).

If you're interested to learn more about this project, feel free to reach out by creating an issue, or contacting any of the team members below.

## Team

| [<img src="https://github.com/chuipagro.png?size=85" width=85><br><sub>Pablo Levy</sub>](https://github.com/chuipagro) | [<img src="https://github.com/EdenComp.png?size=85" width=85><br><sub>Florian Lauch</sub>](https://github.com/EdenComp) | [<img src="https://github.com/Croos3r.png?size=85" width=85><br><sub>Dorian Moy</sub>](https://github.com/Croos3r) | [<img src="https://github.com/RezaRahemtola.png?size=85" width=85><br><sub>Reza Rahemtola</sub>](https://github.com/RezaRahemtola)
|:---:|:---:|:---:|:---:|
11 changes: 4 additions & 7 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,12 @@ export default defineConfig({

sidebar: [
{
text: "Changelog",
link: "/CHANGELOG",
text: "Introduction",
link: "/introduction",
},
{
text: "Examples",
items: [
{ text: "Markdown Examples", link: "/markdown-examples" },
{ text: "Runtime API Examples", link: "/api-examples" },
],
text: "Changelog",
link: "/CHANGELOG",
},
],

Expand Down
49 changes: 0 additions & 49 deletions docs/api-examples.md

This file was deleted.

11 changes: 5 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ layout: home

hero:
name: "Bedrock.im"
text: "A VitePress Site"
tagline: My great project tagline
tagline: Your private workspace by design, not by promise.
actions:
- theme: brand
text: Markdown Examples
link: /markdown-examples
text: Introduction
link: /introduction
- theme: alt
text: API Examples
link: /api-examples
text: Changelog
link: /CHANGELOG

features:
- title: Feature A
Expand Down
23 changes: 23 additions & 0 deletions docs/introduction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Bedrock

> Your private workspace by design, not by promise.
Bedrock.im is a work-in-progress project that aims to offer an open-source and decentralized alternative to Workspaces
solutions for individuals and companies.\
Its features will include a complete drive to store your files privately, editors to allow you to manipulate your files
in a confidential environment, and integrations with decentralized AI assistants, fine-grained permissions systems and
anonymous subscriptions for paid services.

Bedrock.im is a project built on top of [Aleph.im](https://aleph.im)'s decentralized cloud, supported by
their [Acceleratooor](https://www.twentysix.cloud/acceleratooor/) program.

As the project is still in it's early stages, ways to contribute and understand the technical architecture aren't
properly documented yet and will gradually appear in [our documentation](https://docs.bedrock.im).

If you're interested to learn more about this project, feel free to reach out by creating an issue, or contacting any of
the team members below.

## Team

| [<img src="https://github.com/chuipagro.png?size=85" width=85><br><sub>Pablo Levy</sub>](https://github.com/chuipagro) | [<img src="https://github.com/EdenComp.png?size=85" width=85><br><sub>Florian Lauch</sub>](https://github.com/EdenComp) | [<img src="https://github.com/Croos3r.png?size=85" width=85><br><sub>Dorian Moy</sub>](https://github.com/Croos3r) | [<img src="https://github.com/RezaRahemtola.png?size=85" width=85><br><sub>Reza Rahemtola</sub>](https://github.com/RezaRahemtola)
|:---:|:---:|:---:|:---:|
85 changes: 0 additions & 85 deletions docs/markdown-examples.md

This file was deleted.

0 comments on commit 1c5346b

Please sign in to comment.