Skip to content

Commit 25e6d83

Browse files
committed
[docs] AMPER-4972 Add specific descriptions to all pages
(cherry picked from commit 1ad8f4b)
1 parent 1dc3d52 commit 25e6d83

39 files changed

+148
-1
lines changed

docs/src/cli/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
description: The Amper CLI is a command-line tool to build, run, test, and package your project without an IDE.
3+
---
14
# :octicons-terminal-16: Amper CLI
25

36
The Amper CLI is a command-line tool to build, run, test, and package your project without an IDE.

docs/src/cli/provisioning.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
description: |
3+
Part of Amper's philosophy is to avoid the hassle of setting up toolchains, including the JDK and Amper
4+
itself. This is why we recommend checking the Amper wrapper script into your project's root folder.
5+
---
16
# Wrapper script & provisioning
27

38
Part of Amper's philosophy is to avoid the hassle of setting up toolchains, including the JDK and Amper itself.

docs/src/faq.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
description: Frequently asked questions about Amper.
23
hide:
34
- navigation
45
---

docs/src/getting-started/ide-setup.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
description: This page describes how to set up your IDE to work with Amper.
3+
---
14
# IDE Setup
25

36
??? question "Do I need to use IntelliJ IDEA?"

docs/src/getting-started/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
description: "Ready to try Amper? Choose the right approach for you: examples, tutorial, user guide..."
3+
---
14
# Getting started
25

36
Ready to try Amper? Choose the right approach for you:

docs/src/getting-started/tutorial.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
description: |
3+
Learn by doing with this step-by-step Amper tutorial. Create a Hello World project from scratch, and
4+
make it more and more interesting until you turn it into a complete Compose multiplatform application.
5+
---
16
# Tutorial
27

38
This tutorial gives a short introduction to Amper and shows how to create and configure a new project, step-by-step.

docs/src/reference/module.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
description: An exhaustive reference of the module file format.
3+
---
14
# Module file reference
25

36
## `aliases`

docs/src/reference/project.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
description: An exhaustive reference of the project file format.
3+
---
14
# Project file reference
25

36
## `modules`

docs/src/user-guide/advanced/java-annotation-processing.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
description: This page describes how to add java annotation processors to your module.
3+
---
14
# Java annotation processing
25

36
To add java annotation processors to your module, add their maven coordinates to the

docs/src/user-guide/advanced/kotlin-compiler-plugins.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
description: This page describes how to add Kotlin compiler plugins to your module.
3+
---
14
# Kotlin compiler plugins
25

36
Compiler plugins are a powerful feature of Kotlin that allow you to extend the language with new features.

0 commit comments

Comments
 (0)