mirror of
https://github.com/apache/druid.git
synced 2025-02-09 11:34:54 +00:00
* Update data-formats.md Per Suneet, "Since you're editing this file can you also fix the json on line 177 please - it's missing a comma after the }" * Light text cleanup * Removing discussion of sample data, since it's repeated in the data loading tutorial, and not immediately relevant here. * Update index.md * original quickstart full first pass * original quickstart full first pass * first pass all the way through * straggler * image touchups and finished old tutorial * a bit of finishing up * Review comments * fixing links * spell checking gymnastics
27 lines
862 B
JSON
27 lines
862 B
JSON
{
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"examples": "docusaurus-examples",
|
|
"start": "docusaurus-start",
|
|
"build": "docusaurus-build && node script/do-redirects.js",
|
|
"publish-gh-pages": "docusaurus-publish",
|
|
"write-translations": "docusaurus-write-translations",
|
|
"version": "docusaurus-version",
|
|
"rename-version": "docusaurus-rename-version",
|
|
"compile-scss": "node-sass scss/custom.scss > static/css/custom.css",
|
|
"link-lint": "docusaurus-build && node script/link-lint.js",
|
|
"lint": "npm run link-lint",
|
|
"spellcheck": "mdspell --en-us --ignore-numbers --report '../docs/**/*.md'"
|
|
},
|
|
"devDependencies": {
|
|
"docusaurus": "^1.14.4",
|
|
"markdown-spellcheck": "^1.3.1",
|
|
"node-sass": "^4.13.1"
|
|
},
|
|
"dependencies": {
|
|
"fast-glob": "^3.2.2",
|
|
"fs-extra": "^8.1.0",
|
|
"replace-in-file": "^4.3.1"
|
|
}
|
|
}
|