Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
638 changes: 360 additions & 278 deletions developer-docs/.vuepress/config.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion developer-docs/.vuepress/styles/palette.styl
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
$accentColor = #007eff
$textColor = #2c3e50
$borderColor = #eeeeee
$codeBgColor = #282c34
$codeBgColor = #282c34

// Layout
$contentWidth = 900px
4 changes: 2 additions & 2 deletions developer-docs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
meta:
- http-equiv: refresh
content: 0;url=/documentation/v3.x/
- http-equiv: refresh
content: 0;url=/documentation/developer-docs/latest/getting-started/introduction.html
---
5 changes: 5 additions & 0 deletions developer-docs/latest/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
meta:
- http-equiv: refresh
content: 0;url=/documentation/developer-docs/latest/getting-started/introduction.html
---
File renamed without changes.
55 changes: 28 additions & 27 deletions developer-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,30 @@
{
"name": "developer-docs",
"version": "3.0.0",
"main": "index.js",
"scripts": {
"dev": "vuepress dev",
"build": "vuepress build"
},
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@vuepress/plugin-google-analytics": "^1.2.0",
"@vuepress/plugin-medium-zoom": "^1.2.0",
"vuepress": "^1.2.0",
"vuepress-plugin-element-tabs": "^0.1.8",
"vuepress-plugin-font-awesome": "1.90.6"
},
"author": {
"email": "hi@strapi.io",
"name": "Strapi Solutions",
"url": "http://strapi.io"
},
"maintainers": [
{
"name": "Strapi Solutions",
"email": "hi@strapi.io",
"url": "http://strapi.io"
}
]
"name": "developer-docs",
"version": "3.0.0",
"main": "index.js",
"scripts": {
"dev": "vuepress dev",
"build": "vuepress build"
},
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@vuepress/plugin-google-analytics": "^1.7.1",
"@vuepress/plugin-medium-zoom": "^1.7.1",
"vuepress": "^1.7.1",
"vuepress-plugin-element-tabs": "^0.2.8",
"vuepress-plugin-font-awesome": "1.90.6",
"vuepress-plugin-seo": "^0.1.4"
},
"author": {
"email": "hi@strapi.io",
"name": "Strapi Solutions",
"url": "http://strapi.io"
},
"maintainers": [
{
"name": "Strapi Solutions",
"email": "hi@strapi.io",
"url": "http://strapi.io"
}
]
}
5 changes: 0 additions & 5 deletions developer-docs/v3.x/README.md

This file was deleted.

2,279 changes: 1,476 additions & 803 deletions developer-docs/yarn.lock

Large diffs are not rendered by default.

Loading