Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
15 changes: 11 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,17 @@
# Generated files
.docusaurus
.cache-loader
/docs/APIs-and-SDKs/SDK-API*.mdx
/docs/Web-Console-API/*.mdx
/docs/APIs-and-SDKs/SDK-API*.js
/docs/Web-Console-API/*.js

# Generated OpenAPI docs (run `yarn gen:api` to regenerate). Everything in these
# directories is plugin output except _category_.json and the hand-authored
# Examples/ page, so ignore everything and carve those back out rather than
# listing every generated filename pattern (which drifts each time the plugin
# changes its output, e.g. the *.ParamsDetails.json/etc sidecars added in 5.x).
/docs/APIs-and-SDKs/SDK-API/*
!/docs/APIs-and-SDKs/SDK-API/_category_.json
/docs/APIs-and-SDKs/Web-Console-API/*
!/docs/APIs-and-SDKs/Web-Console-API/_category_.json
!/docs/APIs-and-SDKs/Web-Console-API/Examples

# Worktrees
/.worktrees
Expand Down
25 changes: 0 additions & 25 deletions docs/APIs-and-SDKs/SDK-API/absmartly-collector-api.info.mdx

This file was deleted.

44 changes: 0 additions & 44 deletions docs/APIs-and-SDKs/SDK-API/collector-health-check.api.mdx

This file was deleted.

66 changes: 0 additions & 66 deletions docs/APIs-and-SDKs/SDK-API/context-create.api.mdx

This file was deleted.

Loading