diff --git a/docs/api/agents.md b/docs/api/agents.md index e53421a6ee57b..b43626f5c94bd 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 9da19cabf9791..11026ae39d61d 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 22ddec0b690c3..6157c2b1dc922 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 d6f16913e0371..24375e8cd6ece 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 38782af2fe959..89b30d46d6d48 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 55296663c51d5..94214ad59f20f 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 274f06b657b68..81d93479aeb36 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 578ad62ebc6e7..461226c00a998 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 7595c00ac0240..e44056664588a 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 825f76f8a98ce..4b5b15c5dca16 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 8fc57730e8910..09a0eb3653913 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 7993145e3295b..91cb8f816960f 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 b271184929b48..6a2b81d49b973 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 a01027eea638c..dd43765bc10cf 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 a977d43936c95..e552bc6b4236c 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 16aace697c634..5f41c18b64674 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];