forked from phalcon-orphanage/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
seo.json
75 lines (75 loc) · 3.09 KB
/
seo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"introduction": "General",
"sponsors": "Sponsors",
"contributions": "Contributions : Overview",
"new-pull-request": "Contributions : Pull Requests",
"new-feature-request": "Contributions : NFR",
"generating-backtrace": "Contributions : Backtrace Generation",
"reproducible-tests": "Contributions : Reproducible Tests",
"installation": "Getting Started : Installation",
"webserver-setup": "Getting Started : Webserver Setup",
"webserver-wamp": "Getting Started : WAMP",
"webserver-xampp": "Getting Started : XAMPP",
"tutorial-base": "Tutorials : Basic",
"tutorial-rest": "Tutorials : REST",
"tutorial-vokuro": "Tutorials : Vokuro",
"performance": "Tutorials : Performance",
"tutorial-invo": "Tutorials : Invo",
"environments-docker": "Environments : Phalcon Compose (Docker)",
"environments-nanobox": "Environments : Nanobox",
"environments-vagrant": "Environments : Phalcon Box (Vagrant)",
"devtools-installation": "Development Tools : Installation",
"devtools-usage": "Development Tools : Usage",
"debug": "Development Tools : Debug",
"api/index": "Core : API Index",
"application": "Core : Application : Full",
"application-micro": "Core : Application : Micro",
"application-cli": "Core : Application : Cli",
"di": "Core : DI Container",
"mvc": "Core : MVC",
"cache": "Services : Cache",
"config": "Services : Config",
"escaper": "Services : Escaper",
"loader": "Services : Loader",
"namespaces": "Services : Loader : Namespaces",
"logging": "Services : Logging",
"logging#usage": "Services : Logging : Adapters",
"queue": "Services : Queue",
"db-layer": "Database : Layer",
"db-phql": "Database : PHQL",
"db-odm": "Database : ODM",
"db-models": "Database : Models",
"db-models-behaviors": "Database : Models : Behaviors",
"db-models-cache": "Database : Models : Cache",
"db-models-events": "Database : Models : Events",
"db-models-metadata": "Database : Models : Metadata",
"db-models-relationships": "Database : Models : Relationships",
"db-models-transactions": "Database : Models : Transactions",
"db-models-validation": "Database : Models : Validators",
"db-migrations": "Database : Migrations",
"db-pagination": "Database : Pagination",
"assets": "Front End : Assets",
"flash": "Front End : Flash Messenger",
"forms": "Front End : Forms",
"image": "Front End : Image",
"tag": "Front End : Tag",
"views": "Front End : View",
"volt": "Front End : View : Volt",
"acl": "Business Logic : Access Control Lists",
"annotations": "Business Logic : Annotations",
"controllers": "Business Logic : Controllers",
"dispatcher": "Business Logic : Dispatcher",
"events": "Business Logic : Event Manager",
"filter": "Business Logic : Filters",
"routing": "Business Logic : Routing",
"session": "Business Logic : Sessions",
"url": "Business Logic : Url",
"validation": "Business Logic : Validation",
"cookies": "HTTP : Cookies",
"request": "HTTP : Request",
"response": "HTTP : Response",
"crypt": "Security : Crypto",
"security": "Security : Security",
"i18n": "i18n : Internationalization",
"translate": "i18n : Translate"
}