docs: Create initial version of introduction page

This commit is contained in:
Faruk AYDIN
2022-02-03 17:47:25 +03:00
committed by Ömer Faruk Aydın
parent 684e3b3ec7
commit 1d31ce66f5
3 changed files with 47 additions and 37 deletions

View File

@@ -0,0 +1,46 @@
---
sidebar_position: 1
slug: /
---
# Introduction
:::info
Automatisch is still in development mode. We try our best not to introduce breaking changes, but be cautious until v1 is released.
:::
🧐 Automatisch is a **business automation** tool. You can connect different services like Twitter, Github, Typeform, and **[more](/integrations/available-apps)** to automate your business.
💸 You don't need to invest time or money to automate your workflows. Programming knowledge is also **not needed** to use Automatisch.
💥 Ready for more? Use advanced features like multi-step flows, filters, formatters, and webhook support.
<!-- Let's discover **Automatisch in less than 5 minutes**. -->
## How it works?
Automatisch is a software that connects the services you use to automate workflows without building integration or hiring someone to do it for you.
For example, you can create a workflow by specifying when I have a new follower on Twitter, add this follower to the google sheet document I have created. Using this workflow, you will get a new row on the google sheet document whenever you have a new follower. This example includes only Twitter and Google Sheets as services, but it's not limited to those. You can check the list of integrations [here](/integrations/available-apps).
You need to prepare the workflow once, and it will run continuously until you stop it or the connected account gets unlinked. Depending on the service and trigger you use, the workflow runs at intervals of 15 minutes or instantly.
## Advantages
There are existing solutions in the market like Zapier and Integromat. Having those, you might be asking, "Why should I use Automatisch?".
✅ The most significant advantage of having Automatisch is **keeping your data in your own servers**.
🤓 You can contribute and have an impact on how Automatisch is being developed since it's an **open-source software**.
💙 **No vendor lock-in**. Suppose you don't think Automatisch is helpful to your business. In that case, you can switch to any other provider, which will be easier than switching from one cloud provider to another since you have all data and flexibility.
## Let's start!
Visit our [installation guide](/getting-started/installation) to setup Automatisch. It's recommended to read through all the getting started sections in the sidebar and [create your first flow](/getting-started/create-flow).
## Something missing?
If you find issues with the documentation or have suggestions on how to improve the documentation or the project in general, please [file an issue](https://github.com/automatisch/automatisch) for us, or send a tweet mentioning the [@automatischio](https://twitter.com/automatischio) Twitter account.

View File

@@ -1,36 +0,0 @@
---
sidebar_position: 1
slug: /
---
# Overview
Let's discover **Docusaurus in less than 5 minutes**.
## Getting Started
Get started by **creating a new site**.
Or **try Docusaurus immediately** with **[docusaurus.new](https://docusaurus.new)**.
## Generate a new site
Generate a new Docusaurus site using the **classic template**:
```shell
npm init docusaurus@latest my-website classic
```
## Start your site
Run the development server:
```shell
cd my-website
npx docusaurus start
```
Your site starts at `http://localhost:3000`.
Open `docs/intro.md` and edit some lines: the site **reloads automatically** and displays your changes.

View File

@@ -48,7 +48,7 @@ const config = {
items: [
{
type: 'doc',
docId: 'overview',
docId: 'introduction',
position: 'left',
label: 'Docs',
},