mirror of
https://github.com/logto-io/logto.git
synced 2025-03-31 22:51:25 -05:00
refactor(docs): improve sidebar content
This commit is contained in:
parent
f0b06d4fd7
commit
96d96b4ca1
7 changed files with 7 additions and 7 deletions
|
@ -3,7 +3,7 @@ sidebar_position: 1
|
|||
slug: /
|
||||
---
|
||||
|
||||
# Introduction
|
||||
# 💁 Introduction
|
||||
|
||||
🤘 Logto helps you quickly focus on everything after signing in.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Integrate Logto
|
||||
# 🔗 Integrate Logto in your application
|
||||
|
||||
We provide a bunch of SDKs to let you integrate Logto with frontend clients with ease. If you are using traditional web technology (i.e., server directly renders frontend), please check out our integration guide.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
sidebar_label: Android
|
||||
sidebar_label: Android (Kotlin)
|
||||
---
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
sidebar_label: iOS
|
||||
sidebar_label: iOS (Swift)
|
||||
---
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
|
|
|
@ -1 +1 @@
|
|||
# Core
|
||||
# 🧱 Core
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Get Started
|
||||
# 🌟 Get Started
|
||||
|
||||
Before we start, it'll be good to know how Logto works. To simplify, we divide Logto into four parts: Admin Console, Sign-in Experience, Core Service, and SDKs.
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
--ifm-color-primary-lighter: #359962;
|
||||
--ifm-color-primary-lightest: #3cad6e;
|
||||
--ifm-code-font-size: 95%;
|
||||
--doc-sidebar-width: 450px !important;
|
||||
--doc-sidebar-width: 400px !important;
|
||||
--doc-sidebar-section-title: #eee;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue