mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 21:19:28 -06:00
045a12047f
* Add docs generator * Add json-to-md conversion * Fix lint issues * Remove check for kind type * Disable prettier for generated docs * Use schema ref names as identifiers for links & headers * Display the default value (if so) in the description * Undo 'draft:false' introduced by mistake * Update pkg/codegen/jenny_docs.go Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * Undraft and unlist kinds documentation (#61476) * Support running containers without root daemon Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Use section shortcode to automatically list child pages Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Undraft and unlist kinds documentation This page and child pages are directly accessible but are not listed in the table of contents. Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Add docs-preview to browse drafted pages Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Replace end of line and pipe characters in table codegen * Remove draft status from generated docs Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Co-authored-by: Joan López de la Franca Beltran <joanjan14@gmail.com> Co-authored-by: Jack Baldry <jack.baldry@grafana.com> Co-authored-by: Robert Horvath <robert.horvath@grafana.com>
39 lines
602 B
Plaintext
39 lines
602 B
Plaintext
.git
|
|
.github
|
|
.yarn
|
|
build
|
|
compiled
|
|
data
|
|
deployment_tools_config.json
|
|
devenv
|
|
dist
|
|
e2e/tmp
|
|
node_modules
|
|
pkg
|
|
public/lib/monaco
|
|
public/sass/*.generated.scss
|
|
scripts/grafana-server/tmp
|
|
vendor
|
|
|
|
# TS generate from cue by cuetsy
|
|
**/*.gen.ts
|
|
|
|
# Auto-generated internationalization files
|
|
public/locales/_build/
|
|
public/locales/**/*.js
|
|
|
|
# Auto-generated theme files
|
|
theme.light.generated.json
|
|
theme.dark.generated.json
|
|
|
|
# Generated Swagger API specs
|
|
public/api-spec.json
|
|
public/api-merged.json
|
|
public/openapi3.json
|
|
|
|
# Generated Kinds report
|
|
kinds/report.json
|
|
|
|
# Generated schema docs
|
|
docs/sources/developers/kinds/
|