Browse Source

docs review

pull/1032/head
shikha 6 years ago
parent
commit
e1d972dc1f
  1. 12
      _data/nav.yml
  2. 0
      tinydrive/authentication/concepts.md
  3. 12
      tinydrive/authentication/index.md
  4. 0
      tinydrive/authentication/jwt-authentication.md
  5. 0
      tinydrive/integrations.md
  6. 2
      tinydrive/integrations/dropbox-integration.md
  7. 2
      tinydrive/integrations/googledrive-integration.md
  8. 14
      tinydrive/integrations/index.md
  9. 2
      tinydrive/libraries/index.md
  10. 4
      tinydrive/libraries/starter-projects.md

12
_data/nav.yml

@ -527,7 +527,10 @@
- url: "tinydrive"
pages:
- url: "overview"
- url: "concepts"
- url: "authentication"
pages:
- url: "concepts"
- url: "jwt-authentication"
- url: "libraries"
pages:
- url: "starter-projects"
@ -536,10 +539,11 @@
- url: "php"
- url: "java"
- url: "getting-started"
- url: "jwt-authentication"
- url: "configuration"
- url: "dropbox-integration"
- url: "googledrive-integration"
- url: "integrations"
pages:
- url: "dropbox-integration"
- url: "googledrive-integration"
- url: "changelog"
- url: "get-help"

0
tinydrive/concepts.md → tinydrive/authentication/concepts.md

12
tinydrive/authentication/index.md

@ -0,0 +1,12 @@
---
layout: default
title: Authentication & Security
title_nav: Security
description: Authentication & security concepts to configure Tiny Drive
type: folder
keywords: tinydrive jwt json web token authentication security
---
{% assign links = site.data | where_exp:"nav", "nav.url == 'authentication'" | first | map: "pages" %}
{% include index.html links=links %}

0
tinydrive/jwt-authentication.md → tinydrive/authentication/jwt-authentication.md

0
tinydrive/integrations.md

2
tinydrive/dropbox-integration.md → tinydrive/integrations/dropbox-integration.md

@ -1,7 +1,7 @@
---
layout: default
title: Dropbox integration
title_nav: Dropbox integration
title_nav: Dropbox
description: Guide for setting up Tiny Drive with Dropbox.
keywords: dropbox
---

2
tinydrive/googledrive-integration.md → tinydrive/integrations/googledrive-integration.md

@ -1,7 +1,7 @@
---
layout: default
title: Google Drive integration
title_nav: Google Drive integration
title_nav: Google Drive
description: Guide for setting up Tiny Drive with Google Drive.
keywords: google drive
---

14
tinydrive/integrations/index.md

@ -0,0 +1,14 @@
---
layout: default
title: Tiny Drive third-party storage integrations
title_nav: Storage integrations
description: Third-party storage integrations to make your Tiny Drive experience smooth with the technologies you use.
type: folder
keywords: tinydrive storage googledrive dropbox
---
{% assign links = site.data | where_exp:"nav", "nav.url == 'integrations'" | first | map: "pages" %}
{% include index.html links=links %}

2
tinydrive/libraries/index.md

@ -1,7 +1,7 @@
---
layout: default
title: Tiny Drive third-party libraries
title_nav: Third-party libraries
title_nav: Example projects
description: Starter projects libraries to make your Tiny Drive experience smooth with the technologies you use.
type: folder
keywords: tinydrive libraries .net node.js php java

4
tinydrive/libraries/starter-projects.md

@ -1,12 +1,12 @@
---
layout: default
title: Starter projects
title_nav: Starter projects
title_nav: Overview
description: Tiny Drive starter projects
keywords: tinydrive starter projects
---
## Overview
## Starter projects
To get started quickly and understand how Tiny Drive works, we highly recommend trying one of the starter projects on Github, should get you up and running in no time.

Loading…
Cancel
Save