Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
New translations sidebar.json (Chinese Simplified)
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Jan 8, 2019
1 parent 717e7bf commit 7e2f970
Showing 1 changed file with 98 additions and 0 deletions.
98 changes: 98 additions & 0 deletions zh-cn/sidebar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
[
{
"text": "Welcome",
"url": "welcome"
},
{
"text": "Why Zephir",
"url": "motivation"
},
{
"text": "Introducing Zephir",
"url": "introduction"
},
{
"text": "Installation",
"url": "installation"
},
{
"text": "Tutorial",
"url": "tutorial"
},
{
"text": "Basic Syntax",
"url": "language"
},
{
"text": "Types",
"url": "types"
},
{
"text": "Operators",
"url": "operators"
},
{
"text": "Arrays",
"url": "arrays"
},
{
"text": "Classes and objects",
"url": "oop"
},
{
"text": "Built-in methods",
"url": "builtin-methods"
},
{
"text": "Control structures",
"url": "control-structures"
},
{
"text": "Exceptions",
"url": "exceptions"
},
{
"text": "Calling functions",
"url": "functions"
},
{
"text": "Closures",
"url": "closures"
},
{
"text": "Custom optimizers",
"url": "optimizers"
},
{
"text": "Configuration file",
"url": "config"
},
{
"text": "Lifecycle hooks",
"url": "lifecycle"
},
{
"text": "Extension globals",
"url": "globals"
},
{
"text": "phpinfo() sections",
"url": "phpinfo"
},
{
"text": "Static analysis",
"url": "static-analysis"
},
{
"text": "Optimizations",
"url": "optimizations"
},
{
"text": "Compiler warnings",
"url": "warnings"
},
{
"text": "License",
"url": "license"
}
]

0 comments on commit 7e2f970

Please sign in to comment.