docs: update Developer Guide and Concepts sections in Olares (#1816)

* Content modification

1. Hide Recommendation
2. Update link of LLDAP
3. Update content of Service system

* Jump link reset

* Additional changes
This commit is contained in:
Meow33
2025-09-10 21:01:31 +08:00
committed by GitHub
parent 255af9e472
commit 93a20fa397
37 changed files with 73 additions and 73 deletions

View File

@@ -1,6 +1,6 @@
# Create Your First Olares App
You can learn how to develop an Olares app using DevBox through this tutorial.
You can learn how to develop an Olares app using Studio through this tutorial.
The tutorial shows how to make a simple [Note](https://github.com/beclab/olares-app-demo) tool. It demonstrates how to start from scratch and develop a complete Olares App.
@@ -10,7 +10,7 @@ The tutorial includes three parts:
This section provides a step-by-step guide on how to create an Olares App and set up the initial development environment.
2. [Backend Development](./backend.md)<br>
In this section, you'll learn how to use DevBox's IDE to develop the backend programs in `Golang` and provide API interfaces for the frontend.
In this section, you'll learn how to use Studio's IDE to develop the backend programs in `Golang` and provide API interfaces for the frontend.
3. [Frontend Development](./frontend.md)<br>
In this section, you'll learn how to use DevBox's IDE to develop frontend pages, using `NodeJS` as an example.
In this section, you'll learn how to use Studio's IDE to develop frontend pages, using `NodeJS` as an example.