diff --git a/docs_theme/.gitignore b/docs_theme/.gitignore new file mode 100644 index 000000000..40b878db5 --- /dev/null +++ b/docs_theme/.gitignore @@ -0,0 +1 @@ +node_modules/ \ No newline at end of file diff --git a/docs_theme/package.json b/docs_theme/package.json new file mode 100644 index 000000000..c1fe470c7 --- /dev/null +++ b/docs_theme/package.json @@ -0,0 +1,11 @@ +{ + "name": "drf_docs_theme", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC" +}