diff --git a/content/appendices.md b/content/appendices.md new file mode 100644 index 00000000..27c27774 --- /dev/null +++ b/content/appendices.md @@ -0,0 +1,5 @@ +--- +title: "Appendices" +weight: 70 +type: docs +--- diff --git a/content/application-service-api.md b/content/application-service-api.md new file mode 100644 index 00000000..d529cdf4 --- /dev/null +++ b/content/application-service-api.md @@ -0,0 +1,5 @@ +--- +title: "Application Service API" +weight: 30 +type: docs +--- diff --git a/content/client-server-api/_index.md b/content/client-server-api/_index.md new file mode 100644 index 00000000..06a44212 --- /dev/null +++ b/content/client-server-api/_index.md @@ -0,0 +1,5 @@ +--- +title: "Client-Server API" +weight: 10 +type: docs +--- diff --git a/content/identity-service-api.md b/content/identity-service-api.md new file mode 100644 index 00000000..354a9282 --- /dev/null +++ b/content/identity-service-api.md @@ -0,0 +1,5 @@ +--- +title: "Identity Service API" +weight: 40 +type: docs +--- diff --git a/content/proposals.md b/content/proposals.md new file mode 100644 index 00000000..629e3ab7 --- /dev/null +++ b/content/proposals.md @@ -0,0 +1,5 @@ +--- +title: "Spec Change Proposals" +weight: 60 +type: docs +--- diff --git a/content/push-gateway-api.md b/content/push-gateway-api.md new file mode 100644 index 00000000..ab4c35fa --- /dev/null +++ b/content/push-gateway-api.md @@ -0,0 +1,5 @@ +--- +title: "Push Gateway API" +weight: 50 +type: docs +--- diff --git a/content/rooms/_index.md b/content/rooms/_index.md new file mode 100644 index 00000000..e0ebfc57 --- /dev/null +++ b/content/rooms/_index.md @@ -0,0 +1,5 @@ +--- +title: Room Versions +type: docs +weight: 60 +--- diff --git a/content/rooms/v1.md b/content/rooms/v1.md new file mode 100644 index 00000000..912e57b4 --- /dev/null +++ b/content/rooms/v1.md @@ -0,0 +1,5 @@ +--- +title: Room Version 1 +type: docs +weight: 10 +--- diff --git a/content/rooms/v2.md b/content/rooms/v2.md new file mode 100644 index 00000000..328726fc --- /dev/null +++ b/content/rooms/v2.md @@ -0,0 +1,5 @@ +--- +title: Room Version 2 +type: docs +weight: 20 +--- diff --git a/content/rooms/v3.md b/content/rooms/v3.md new file mode 100644 index 00000000..2520b2e7 --- /dev/null +++ b/content/rooms/v3.md @@ -0,0 +1,5 @@ +--- +title: Room Version 3 +type: docs +weight: 30 +--- diff --git a/content/rooms/v4.md b/content/rooms/v4.md new file mode 100644 index 00000000..06381b0d --- /dev/null +++ b/content/rooms/v4.md @@ -0,0 +1,5 @@ +--- +title: Room Version 4 +type: docs +weight: 40 +--- diff --git a/content/rooms/v5.md b/content/rooms/v5.md new file mode 100644 index 00000000..455ba2e3 --- /dev/null +++ b/content/rooms/v5.md @@ -0,0 +1,5 @@ +--- +title: Room Version 5 +type: docs +weight: 50 +--- diff --git a/content/rooms/v6.md b/content/rooms/v6.md new file mode 100644 index 00000000..db20e1e4 --- /dev/null +++ b/content/rooms/v6.md @@ -0,0 +1,5 @@ +--- +title: Room Version 6 +type: docs +weight: 60 +--- diff --git a/content/server-server-api.md b/content/server-server-api.md new file mode 100644 index 00000000..1203098a --- /dev/null +++ b/content/server-server-api.md @@ -0,0 +1,5 @@ +--- +title: "Server-Server API" +weight: 20 +type: docs +---