0
Fork 0
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:
Gao Sun 2022-06-13 23:28:34 +08:00
parent f0b06d4fd7
commit 96d96b4ca1
No known key found for this signature in database
GPG key ID: 13EBE123E4773688
7 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@ sidebar_position: 1
slug: /
---
# Introduction
# 💁 Introduction
🤘 Logto helps you quickly focus on everything after signing in.

View file

@ -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.

View file

@ -1,5 +1,5 @@
---
sidebar_label: Android
sidebar_label: Android (Kotlin)
---
import Tabs from '@theme/Tabs';

View file

@ -1,5 +1,5 @@
---
sidebar_label: iOS
sidebar_label: iOS (Swift)
---
import Tabs from '@theme/Tabs';

View file

@ -1 +1 @@
# Core
# 🧱 Core

View file

@ -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.

View file

@ -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;
}