2a34c8b5e6
* begin Docusaurus 2 migration * Need help fixing the broken 'index' * needs further customizing footer if we want * fix README.md * fixed Pages and Sidebar not loading Yeah! * Revert "fixed Pages and Sidebar not loading" This reverts commit b1588387fc89d650b391c5a8883b6100c4714fbd. * Revert "fix README.md" This reverts commit a81509c3c62f11370df40096e55dfd544dad2f87. * Revert "begin Docusaurus 2 migration" This reverts commit 59d59c355b8d2a1a270a5655922d53a0577d6414. * clean move the files for Antonin * fix broken Navbar links * fix wrong GitHub link pointing to Docusaurus href * Fix the edit link for GitHub in top right corner * Copy content from wiki into Technical Reference * Copy pages from wiki for top level Architecture * fix sidebar ordering for Tech * Add colors from our logo into Infima color matrix * add comment about colors * shift primary color by 1 shade in matrix
21 lines
536 B
JSON
21 lines
536 B
JSON
{
|
|
"name": "OpenRefine-Documentation",
|
|
"version": "1.0.0",
|
|
"description": "Documentation for OpenRefine",
|
|
"license": "BSD-3-Clause",
|
|
"author": "OpenRefine",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "docusaurus start",
|
|
"build": "docusaurus build",
|
|
"swizzle": "docusaurus swizzle",
|
|
"deploy": "docusaurus deploy"
|
|
},
|
|
"dependencies": {
|
|
"@docusaurus/core": "^2.0.0-alpha.58",
|
|
"@docusaurus/preset-classic": "^2.0.0-alpha.58",
|
|
"clsx": "^1.1.1",
|
|
"react": "^16.8.4",
|
|
"react-dom": "^16.8.4"
|
|
}
|
|
} |