From 57a7b7ff17d2d9fbf9d6f718c156c7b0089caa31 Mon Sep 17 00:00:00 2001 From: "yadong.zhang" Date: Sat, 3 Aug 2019 14:35:51 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E5=B8=AE=E5=8A=A9=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/_sidebar.md | 6 +++--- docs/authorize.md | 3 +++ docs/customize-the-state-cache.md | 3 +++ docs/how-to-use.md | 3 +++ docs/login.md | 3 +++ docs/using-state.md | 3 +++ 6 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 docs/authorize.md create mode 100644 docs/customize-the-state-cache.md create mode 100644 docs/how-to-use.md create mode 100644 docs/login.md create mode 100644 docs/using-state.md diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 85e99c6..17a2ae5 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -1,12 +1,12 @@ - [入门](README.md) - [更新记录](update.md) - 引导 - - [如何使用JustAuth集成一个平台](deploy.md) + - [如何使用JustAuth集成一个平台](how-to-use.md) - [获取授权链接](authorize.md) - [登录](login.md) - 其他特性 - - [使用State](useing-state.md) - - [自定义state缓存](custom-state-cache.md) + - [使用State](using-state.md) + - [自定义state缓存](customize-the-state-cache.md) - [配套项目](supporting.md) - [Q&A](Q&A.md) - [Who is using](users.md) diff --git a/docs/authorize.md b/docs/authorize.md new file mode 100644 index 0000000..832d17f --- /dev/null +++ b/docs/authorize.md @@ -0,0 +1,3 @@ +# 获取授权链接 + +待补充 diff --git a/docs/customize-the-state-cache.md b/docs/customize-the-state-cache.md new file mode 100644 index 0000000..4f1fc91 --- /dev/null +++ b/docs/customize-the-state-cache.md @@ -0,0 +1,3 @@ +# 自定义state缓存 + +待补充 diff --git a/docs/how-to-use.md b/docs/how-to-use.md new file mode 100644 index 0000000..6c1d801 --- /dev/null +++ b/docs/how-to-use.md @@ -0,0 +1,3 @@ +# 如何使用JustAuth集成一个平台 + +待补充 diff --git a/docs/login.md b/docs/login.md new file mode 100644 index 0000000..0aa4cb1 --- /dev/null +++ b/docs/login.md @@ -0,0 +1,3 @@ +# 登录 + +待补充 diff --git a/docs/using-state.md b/docs/using-state.md new file mode 100644 index 0000000..f35bba4 --- /dev/null +++ b/docs/using-state.md @@ -0,0 +1,3 @@ +# 使用State + +待补充 -- GitLab