diff --git a/docs/api/agents.md b/docs/api/agents.md index e53421a6ee..b43626f5c9 100644 --- a/docs/api/agents.md +++ b/docs/api/agents.md @@ -1,7 +1,5 @@ # Agents -> This page is incomplete, stay tuned. - ## Authenticate agent on AWS instance ### Code samples diff --git a/docs/api/applications.md b/docs/api/applications.md index 9da19cabf9..11026ae39d 100644 --- a/docs/api/applications.md +++ b/docs/api/applications.md @@ -1,7 +1,5 @@ # Applications -> This page is incomplete, stay tuned. - ## Redirect to URI with encrypted API key ### Code samples diff --git a/docs/api/audit.md b/docs/api/audit.md index 22ddec0b69..6157c2b1dc 100644 --- a/docs/api/audit.md +++ b/docs/api/audit.md @@ -1,7 +1,5 @@ # Audit -> This page is incomplete, stay tuned. - ## Get audit logs ### Code samples diff --git a/docs/api/authorization.md b/docs/api/authorization.md index d6f16913e0..24375e8cd6 100644 --- a/docs/api/authorization.md +++ b/docs/api/authorization.md @@ -1,7 +1,5 @@ # Authorization -> This page is incomplete, stay tuned. - ## Check authorization ### Code samples diff --git a/docs/api/builds.md b/docs/api/builds.md index 38782af2fe..89b30d46d6 100644 --- a/docs/api/builds.md +++ b/docs/api/builds.md @@ -1,7 +1,5 @@ # Builds -> This page is incomplete, stay tuned. - ## Get workspace build by user, workspace name, and build number ### Code samples diff --git a/docs/api/enterprise.md b/docs/api/enterprise.md index 55296663c5..94214ad59f 100644 --- a/docs/api/enterprise.md +++ b/docs/api/enterprise.md @@ -1,7 +1,5 @@ # Enterprise -> This page is incomplete, stay tuned. - ## Get appearance ### Code samples diff --git a/docs/api/files.md b/docs/api/files.md index 274f06b657..81d93479ae 100644 --- a/docs/api/files.md +++ b/docs/api/files.md @@ -1,7 +1,5 @@ # Files -> This page is incomplete, stay tuned. - ## Upload file ### Code samples diff --git a/docs/api/general.md b/docs/api/general.md index 578ad62ebc..461226c00a 100644 --- a/docs/api/general.md +++ b/docs/api/general.md @@ -1,7 +1,5 @@ # General -> This page is incomplete, stay tuned. - ## API root handler ### Code samples diff --git a/docs/api/members.md b/docs/api/members.md index 7595c00ac0..e440566645 100644 --- a/docs/api/members.md +++ b/docs/api/members.md @@ -1,7 +1,5 @@ # Members -> This page is incomplete, stay tuned. - ## Get member roles by organization ### Code samples diff --git a/docs/api/organizations.md b/docs/api/organizations.md index 825f76f8a9..4b5b15c5dc 100644 --- a/docs/api/organizations.md +++ b/docs/api/organizations.md @@ -1,7 +1,5 @@ # Organizations -> This page is incomplete, stay tuned. - ## Add new license ### Code samples diff --git a/docs/api/parameters.md b/docs/api/parameters.md index 8fc57730e8..09a0eb3653 100644 --- a/docs/api/parameters.md +++ b/docs/api/parameters.md @@ -1,7 +1,5 @@ # Parameters -> This page is incomplete, stay tuned. - ## Get parameters ### Code samples diff --git a/docs/api/schemas.md b/docs/api/schemas.md index 7993145e32..91cb8f8169 100644 --- a/docs/api/schemas.md +++ b/docs/api/schemas.md @@ -1,7 +1,5 @@ # Schemas -> This page is incomplete, stay tuned. - ## coderd.SCIMUser ```json diff --git a/docs/api/templates.md b/docs/api/templates.md index b271184929..6a2b81d49b 100644 --- a/docs/api/templates.md +++ b/docs/api/templates.md @@ -1,7 +1,5 @@ # Templates -> This page is incomplete, stay tuned. - ## Create group for organization ### Code samples diff --git a/docs/api/users.md b/docs/api/users.md index a01027eea6..dd43765bc1 100644 --- a/docs/api/users.md +++ b/docs/api/users.md @@ -1,7 +1,5 @@ # Users -> This page is incomplete, stay tuned. - ## Get users ### Code samples diff --git a/docs/api/workspaces.md b/docs/api/workspaces.md index a977d43936..e552bc6b42 100644 --- a/docs/api/workspaces.md +++ b/docs/api/workspaces.md @@ -1,7 +1,5 @@ # Workspaces -> This page is incomplete, stay tuned. - ## Create user workspace by organization ### Code samples diff --git a/scripts/apidocgen/markdown-template/main.dot b/scripts/apidocgen/markdown-template/main.dot index 16aace697c..5f41c18b64 100644 --- a/scripts/apidocgen/markdown-template/main.dot +++ b/scripts/apidocgen/markdown-template/main.dot @@ -73,8 +73,6 @@ {{= data.tags.section }}# {{= r}} -> This page is incomplete, stay tuned. - {{? data.resource.description }}{{= data.resource.description}}{{?}} {{ for (var m in data.resource.methods) { }} @@ -94,8 +92,6 @@ # Schemas -> This page is incomplete, stay tuned. - {{ for (var s in data.components.schemas) { var origSchema = data.components.schemas[s]; var schema = data.api.components.schemas[s];