Skip to content

Commit 6870248

Browse files
committed
Initial reorganization and skeleton created
1 parent ad6e054 commit 6870248

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+142
-17
lines changed

docs/API Creation and Management/_category_.json

-4
This file was deleted.

docs/API Creation and Management/Filtering.md renamed to docs/API Generation & Connections/API Types/Database/Filtering.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "Database",
3+
"position": 1
4+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "File",
3+
"position": 4
4+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "Network",
3+
"position": 3
4+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "Scripting",
3+
"position": 2
4+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "Utility",
3+
"position": 5
4+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "API Types",
3+
"position": 1
4+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "API Generation & Connections",
3+
"position": 4
4+
}

docs/API Creation and Management/api-creation-management.md renamed to docs/API Generation & Connections/api-creation-management.md

+2-1

docs/Security and Authentication/api-keys.md renamed to docs/API Generation & Connections/api-keys.md

+1-1

docs/Scripting/event-scripting.md renamed to docs/API Generation & Connections/event-scripting.md

+1-1

docs/Admin Settings/_category_.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "Admin Settings",
3+
"position": 7
4+
}

docs/Admin Settings/admins.md

+5

docs/Admin Settings/files.md

+5

docs/Admin Settings/logs.md

+5

docs/Admin Settings/schema.md

+5

docs/Admin Settings/users.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"label": "DreamFactory Upgrades and Migrations",
3-
"position": 4
3+
"position": 11
44
}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"label": "DreamFactory Configuration",
3-
"position": 4
3+
"position": 3
44
}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"label": "Enabling HTTPS",
3-
"position": 5
3+
"position": 2
44
}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"label": "Installing DreamFactory",
3-
"position": 3
3+
"position": 1
44
}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"label": "Optimizing DreamFactory",
3-
"position": 2
3+
"position": 4
44
}

docs/Getting Started/_category_.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "Getting Started",
3+
"position": 3
4+
}

docs/Security and Authentication/_category_.json

-4
This file was deleted.

docs/Security/_category_.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "Security",
3+
"position": 5
4+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "Config",
3+
"position": 1
4+
}

docs/System Settings/Config/cache.md

+5

docs/System Settings/_category_.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "System Settings",
3+
"position": 6
4+
}

docs/System Settings/logstash.md

+5

docs/System Settings/reporting.md

+5

docs/System Settings/scheduler.md

+5

yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -4399,6 +4399,11 @@ fs.realpath@^1.0.0:
43994399
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
44004400
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
44014401

4402+
fsevents@~2.3.2:
4403+
version "2.3.3"
4404+
resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz"
4405+
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
4406+
44024407
function-bind@^1.1.2:
44034408
version "1.1.2"
44044409
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz"

0 commit comments

Comments
 (0)