All Projects β†’ babel β†’ Website

babel / Website

Licence: mit
🌐 The Babel documentation website

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Website

Typemill
TYPEMILL is a simple and lightweight Flat-File-CMS for authors and publishers.
Stars: ✭ 150 (-76.23%)
Mutual labels:  documentation, docs, website
Website
Yarn package manager website
Stars: ✭ 374 (-40.73%)
Mutual labels:  documentation, docs, website
Parse Comments
Parse JavaScript code comments. Works with block and line comments, and should work with CSS, LESS, SASS, or any language with the same comment formats.
Stars: ✭ 53 (-91.6%)
Mutual labels:  babel, documentation, docs
Nord Docs
The official Nord website and documentation
Stars: ✭ 63 (-90.02%)
Mutual labels:  documentation, docs, website
Ru.reactjs.org
React documentation website in Russian / ΠžΡ„ΠΈΡ†ΠΈΠ°Π»ΡŒΠ½Π°Ρ русская вСрсия сайта React
Stars: ✭ 444 (-29.64%)
Mutual labels:  documentation, docs, website
Preact Www
πŸ“– Preact documentation website.
Stars: ✭ 272 (-56.89%)
Mutual labels:  documentation, docs, website
Cordova Docs
Apache Cordova Documentation
Stars: ✭ 315 (-50.08%)
Mutual labels:  documentation, docs, website
Assemble
Community
Stars: ✭ 3,995 (+533.12%)
Mutual labels:  documentation, docs
Mdx Docs
πŸ“ Document and develop React components with MDX and Next.js
Stars: ✭ 412 (-34.71%)
Mutual labels:  documentation, docs
Documentation
πŸ“– documentation for modern JavaScript
Stars: ✭ 5,443 (+762.6%)
Mutual labels:  babel, documentation
Mybatis Plus Doc
MyBatis-Plus Documentation
Stars: ✭ 431 (-31.7%)
Mutual labels:  documentation, docs
Cljdoc
πŸ“š A central documentation hub for the Clojure community
Stars: ✭ 416 (-34.07%)
Mutual labels:  documentation, docs
Rabbitmq Website
RabbitMQ website and documentation guides
Stars: ✭ 433 (-31.38%)
Mutual labels:  documentation, website
Standard Readme
A standard style for README files
Stars: ✭ 4,412 (+599.21%)
Mutual labels:  documentation, docs
Pingy Cli
The Simple Frontend Build Tool. No Configuration, No Plugins.
Stars: ✭ 390 (-38.19%)
Mutual labels:  babel, website
Reactjs.org
The React documentation website
Stars: ✭ 6,697 (+961.33%)
Mutual labels:  documentation, website
Readme
πŸ‘‹ - The documentation for being an Artsy Engineer
Stars: ✭ 380 (-39.78%)
Mutual labels:  documentation, docs
The Documentation Compendium
πŸ“’ Various README templates & tips on writing high-quality documentation that people want to read.
Stars: ✭ 4,306 (+582.41%)
Mutual labels:  documentation, docs
Docz
✍ It has never been so easy to document your things!
Stars: ✭ 22,020 (+3389.7%)
Mutual labels:  documentation, docs
Pdoc
🐍 ➑️ πŸ“œ Auto-generate API documentation for Python projects
Stars: ✭ 604 (-4.28%)
Mutual labels:  documentation, docs

babel/website

This is the source for the babeljs.io website; feel free to suggest changes to our docs!

Setup

Node: Check that Node is installed with version 10.19.0 and up. You can check this with node -v.

Yarn: Make sure that Yarn 1 is installed with version >= 1.19.0.

$ git clone [email protected]:babel/website.git
$ cd website
$ yarn && yarn bootstrap
  • Just run yarn start next time (check the package.json for scripts).

Contributing to the website

To keep documentation in sync across all of Babel's packages, the docs are now directly located in this repository. The READMEs in babel/babel are auto generated and point to this documentation.

You might want to make yourself familiar with docusaurus to make significant changes to the website.

Looking for support?

For questions and support on contributing please join our Slack community, channel #website or directly here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].