* feat: add ast to glossary
* adding to 2.2
* hotfix(tasks): update duplicate-oss tag to fix broken icon render.
* chore: make API ref shortcode regex non-greedy.
- Make regex used to replace INFLUXDB_DOCS_URL shortcode in the API spec lazy so that it only matches each instance of the shortcode when more than appear in a description.
* fix(glossary): simplify AST and fix agent.
* feat(glossary): add RFC3339Nano entry to use with API docs.
Co-authored-by: Sunbrye Ly <sunbryely@Sunbryes-MacBook-Pro.local>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* automatically build flux version data file
* rendered modals on each stdlib page
* polish on flux-influxdb version support
* reverted modified frontmatter
* added new page that shows what flux versions are packaged with each InfluxDB version
* added comment to js file
* updated to address PR feedback
* moved flux build scripts into their own directory
* updated inject-flux-frontmatter script to work in subdirectory
* updated flux-versions script to work in nested directory
* fixed bug in flux-versions script
* chore(api): update specs
- tasks with scripts for cloud
- improve task endpoint docs
* chore: update cloud and oss api specs for cloud tasks-with-scripts.
- Tasks can be used with invokable scripts.
- Reset docs-release/oss branch to head of master due to changes for
tasks. Doesn't appear to be anything new in OSS that would break.
* added detail about throttled writes
* moved to HH section
* Update content/enterprise_influxdb/v1.9/administration/configure/config-data-nodes.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* made changes based on feedback
* added suggested update
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
For some reason <br> was not allowing the snippets are displayed correctly on the docs website.
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* chore: getswagger quality-of-life
- Exit on invalid options.
- Show curl output, e.g. if the filepath is incorrect.
- Replace $_ with $outFile for readability.
- Replace context with platform, the common jargon.
* chore(api): generate.sh quality-of-life
- Only regenerate HTML for a spec version if the current file differs from master.
- Refactor to remove code repetition.
* chore: generate.sh generates all versions by default
- Add a -c flag that only generates changed files (for development).
- More refactoring.
* chore: getswagger quality-of-life
- Exit on invalid options.
- Show curl output, e.g. if the filepath is incorrect.
- Replace $_ with $outFile for readability.
- Replace context with platform, the common jargon.
* chore(api): generate.sh quality-of-life
- Only regenerate HTML for a spec version if the current file differs from master.
- Refactor to remove code repetition.