Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclaudiahdz <cghr1990@gmail.com>2019-10-22 17:51:20 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2019-11-05 19:37:50 +0300
commitae4c74d04f820a0255a92bdfe77ecf97af134fae (patch)
tree68570baee106eb71ac4ffce94a59777d5737a013 /docs/gatsby-browser.js
parent21fc17af6a27c1457d6608b0583fd6e7c3813dc5 (diff)
docs: migrate existing docs to gatsby
- chore(docs): remove html from docs build - feat(docs): migrate new Gatsby site to cli/docs - chore(docs): fix docs url path - chore(docs): add new build doc step - chore(docs): add static linking - chore(docs): add npm favicon - chore(docs): update files for tests - chore(docs): make relative paths absolute - chore(docs): fix routing on docs dependant tests - chore(docs): add prepublishOnly docs building step - chore(docs): add docs/public to .gitignore - chore(docs): rename dot json markdown files with hyphen names - chore(docs): clean package.json - chore(docs): highlight scripts in list - chore(docs): add strong styles - chore(docs): fix .json links on markdown - Added copy to the features page - Added an install page (copied from existing online docs) - Added a FeatureLink component to components/links.js - feat(docs): replace docs sh script with node - chore(docs): fix docs building process - chore(docs): docs folder cleanup PR-URL: https://github.com/npm/cli/pull/274 Credit: @claudiahdz Close: #274 Reviewed-by: @ruyadorno
Diffstat (limited to 'docs/gatsby-browser.js')
-rw-r--r--docs/gatsby-browser.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/gatsby-browser.js b/docs/gatsby-browser.js
new file mode 100644
index 000000000..035a4dc03
--- /dev/null
+++ b/docs/gatsby-browser.js
@@ -0,0 +1,10 @@
+require('prismjs/themes/prism-tomorrow.css')
+require('./src/main.css')
+
+/**
+ * Implement Gatsby's Browser APIs in this file.
+ *
+ * See: https://www.gatsbyjs.org/docs/browser-apis/
+ */
+
+// You can delete this file if you're not using it