Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
NullTime hack not needed anymore
  • Loading branch information
mtojek committed Jan 4, 2023
commit 97cd7ace66bcf132d87d592714f684a3f57e5f99
6 changes: 1 addition & 5 deletions scripts/apidocgen/markdown-template/main.dot
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,7 @@

> This page is incomplete, stay tuned.

{{ for (var s in data.components.schemas) {
if (s == "codersdk.NullTime") {
continue;
}
}}
{{ for (var s in data.components.schemas) { }}
{{ var origSchema = data.components.schemas[s]; }}
{{ var schema = data.api.components.schemas[s]; }}

Expand Down