Skip to content

Commit

Permalink
Merge pull request #22 from web-tech-tw/docs
Browse files Browse the repository at this point in the history
docs: add search feature and content
  • Loading branch information
supersonictw authored Jul 24, 2024
2 parents 586da02 + 5d25b07 commit 078b3e2
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 36 deletions.
8 changes: 7 additions & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { defineConfig } from 'vitepress'
import { pagefindPlugin } from 'vitepress-plugin-pagefind'

const isProduction = process.env.NODE_ENV === 'production'

Expand Down Expand Up @@ -85,6 +86,11 @@ export default defineConfig({
footer: {
message: "MIT Licensed",
copyright: "Copyright © 2024 Taiwan Web Technology Promotion Organization (Web Tech TW)"
}
},
},
vite: {
plugins: [
pagefindPlugin(),
],
},
})
14 changes: 7 additions & 7 deletions docs/about.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# 🔮 About

Hello!
This is the bridge to exchange messages from different instant messaging platforms.

This is the bridge for LINE and Matrix,
![logo](statics/icon.min.png)

to communicate with the chat room which belongs to both of the different providers.
It's powered by opensource ecosystem. Thanks every contributor for their effort.

![logo](statics/icon.min.png)
Arona is a simple bridge for every messenger, helps sending your messages from anywhere to everywhere!

The bridge is using [line-bot-sdk-python](https://github.com/line/line-bot-sdk-python) and [matrix-nio](https://github.com/poljar/matrix-nio) for transporting.
Aims to provide a way to exchange messages between different platforms, such as LINE, Matrix, Telegram, and Discord.

[Instruction of Matrix Bridges](https://matrix.org/bridges/)
Make messages can be sent to any platform, let talks can be free and unlimited.

This is the documentation for Arona, the perfectest bridging for every messenger.
Let's make the world more connected and more friendly.
2 changes: 2 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ❓ FAQ

As known as Frequently Asked Questions.

## What is Arona?

Arona is a bridge for multiple messaging platforms.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ features:
- title: Simplicity First
details: Minimal setup with a simple and intuitive structure that makes it easy to get started.
- title: Mutiple Platforms
details: It supports LINE, Telegram, Discord, and Matrix.
details: Send messages to multiple messaging platforms, including Discord, Telegram, Matrix, and LINE.
- title: Open Source
details: The project is open source and available on GitHub.
- title: Cross-platform
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ The project will provide a way to exchange messages between different platforms,
## Features

- **Simple**: Minimal setup with a simple and intuitive structure that makes it easy to get started.
- **4 Instant Messengers Supported**: Support for LINE, Telegram, Discord and Matrix.
- **Multiple Platforms**: Send messages to multiple messaging platforms, including Discord, Telegram, Matrix, and LINE.
- **Open Source**: The project is open source and available on [GitHub](https://github.com/web-tech-tw/arona).
- **Cross-platform**: The bridge can be run on any platform that supports Node.js/Docker.
26 changes: 0 additions & 26 deletions docs/zh-tw/index.md

This file was deleted.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
"node-cache": "^5.1.2",
"node-telegram-bot-api": "^0.66.0",
"openai": "^4.52.0",
"pagefind": "^1.1.0",
"tsx": "^4.15.6",
"vitepress-plugin-pagefind": "^0.4.9",
"yaml": "^2.4.5"
},
"devDependencies": {
Expand Down

0 comments on commit 078b3e2

Please sign in to comment.