Skip to content

Commit

Permalink
(docs): Making some adjustments to the welcome page to make it more c…
Browse files Browse the repository at this point in the history
…lear for new Amplication userse.
  • Loading branch information
dericksozo committed Sep 19, 2023
1 parent ae4d40a commit f9dbc4a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 21 deletions.
29 changes: 11 additions & 18 deletions docs/welcome.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
---
id: welcome
title: Getting Started
title: Get Started
sidebar_label: Introduction
slug: /
---

# Getting Started with Amplication

---
# Get Started with Amplication

Hello and welcome to Amplication's developer documentation.

[Amplication](/about/) is an open-source backend development tool. It accelerates the development of Node.js applications by auto-generating fully-functional apps.

Build critical apps faster. Streamline your development process and increase productivity so you can focus on what matters most: **creating awesome applications**.

## Quick Start

[Create your first service](/first-service/) with Amplication.
Set up a new service in less than 1 minute with our onboarding wizard.

## Key Features of Amplication

Amplication helps you build a fully functional backend in minutes. Just define your [data models](/how-to/create-entity/), roles, and [permissions](/how-to/set-access-permissions/) — and Amplication will generate a Node.js application with everything you need.
Expand All @@ -24,32 +28,21 @@ All generated Node.js applications include the following features:
- [Authentication](/authentication/) & Authorization
- React Admin UI
- Logging
- [Sync with GitHub](/sync-with-github/)
- Version Control
- [Smart Git Sync](/smart-git-sync/)
- [Code Generation](/getting-started/view-generated-code/)
- [Deploy](/how-to/custom-code/) & Publish

In addition, developers can utilize their skills to [customize the generated application](/how-to/custom-code/) afterwards.

## Quick Start

To start building a fully functional back-end with Amplication, the starting point is to [create your first service](/first-service/). This guide will help you set up your service in less than 1 minute with our onboarding wizard.

## Other Ways to Get Started

### 1. Set up Amplication locally

The YouTube video below will show you how to clone, set up, and run Amplication locally on your computer.

<iframe width="560" height="315" src="https://www.youtube.com/embed/ko4GjiUeJ_w" frameborder="0"></iframe>

### 2. Step-by-Step Tutorials
### 1. Step-by-Step Tutorials

Our step-by-step tutorials show you how to build real-world applications with Amplication. These tutorials guide you through various aspects of Amplication's features and functionality.

Check out our [Tutorials](/tutorials/) page for a collection of guides.

### 3. Explore Our Sample Apps
### 2. Explore Our Sample Apps

If you prefer to jump directly into the code, we have [sample apps generated by Amplication](https://github.com/amplication/sample-app) available on GitHub. You can use this repository as the starting point for your own projects or to understand Amplication's capabilities better.

Expand Down
5 changes: 2 additions & 3 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@ const sidebars = {
someSidebar: [
{
type: "category",
label: "Introduction",
label: "Get Started",
link: {
type: "doc",
id: "welcome",
},
items: [
"welcome",
"getting-started/first-service",
"getting-started/service-entities-roles-permissions",
"getting-started/projects-resources-services"
"getting-started/service-entities-roles-permissions"
],
},
{
Expand Down

0 comments on commit f9dbc4a

Please sign in to comment.