All Projects → lodash → Lodash.com

lodash / Lodash.com

Licence: other
The Lodash website.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Lodash.com

Rabbitmq Website
RabbitMQ website and documentation guides
Stars: ✭ 433 (+263.87%)
Mutual labels:  documentation, website
Website
🌐 The Babel documentation website
Stars: ✭ 631 (+430.25%)
Mutual labels:  documentation, website
Ru.reactjs.org
React documentation website in Russian / Официальная русская версия сайта React
Stars: ✭ 444 (+273.11%)
Mutual labels:  documentation, website
Easy Hexo
🤘 Build your own website with Hexo, the easy way. | 轻松使用 Hexo 建站。
Stars: ✭ 314 (+163.87%)
Mutual labels:  documentation, website
Valadoc Org
Build tools used to generate valadoc.org
Stars: ✭ 60 (-49.58%)
Mutual labels:  documentation, website
Documentation Html Template
A Sample Documentation Template for Themes, Templates and Plugins
Stars: ✭ 322 (+170.59%)
Mutual labels:  documentation, website
Reactjs.org
The React documentation website
Stars: ✭ 6,697 (+5527.73%)
Mutual labels:  documentation, website
Swagger Toolbox
💡 Swagger schema model (in yaml, json) generator from json data
Stars: ✭ 194 (+63.03%)
Mutual labels:  documentation, website
Getkirby.com
Source code and content for the Kirby website
Stars: ✭ 57 (-52.1%)
Mutual labels:  documentation, website
Papogen
Use Sass/CSS + Pug + Node.js to generate beautiful static website.
Stars: ✭ 37 (-68.91%)
Mutual labels:  documentation, website
Cordova Docs
Apache Cordova Documentation
Stars: ✭ 315 (+164.71%)
Mutual labels:  documentation, website
Code Cookbook
The Haxe Code Cookbook - A community driven resource website for learning Haxe in practise
Stars: ✭ 84 (-29.41%)
Mutual labels:  documentation, website
Dlang.org
Pages for the dlang.org website, home of the D Programming Language
Stars: ✭ 274 (+130.25%)
Mutual labels:  documentation, website
Website
Yarn package manager website
Stars: ✭ 374 (+214.29%)
Mutual labels:  documentation, website
Preact Www
📖 Preact documentation website.
Stars: ✭ 272 (+128.57%)
Mutual labels:  documentation, website
Docusaurus
Easy to maintain open source documentation websites.
Stars: ✭ 29,053 (+24314.29%)
Mutual labels:  documentation, website
Jenkins.io
A static site for the Jenkins automation server
Stars: ✭ 165 (+38.66%)
Mutual labels:  documentation, website
Dvc.org
🔗 DVC website and documentation
Stars: ✭ 171 (+43.7%)
Mutual labels:  documentation, website
Docslikecode
Read stories, learn through practice, share with others, to treat docs as code.
Stars: ✭ 28 (-76.47%)
Mutual labels:  documentation, website
Nord Docs
The official Nord website and documentation
Stars: ✭ 63 (-47.06%)
Mutual labels:  documentation, website

lodash.com

The Lodash website.

Running Locally

  1. Clone the repository locally.

  2. Install required gems & packages in the repository directory.

    $ bundle
    $ npm i
    
  3. Build & run.

    $ bundle exec jekyll serve
    

Incrementing the Lodash Version

  1. Generate new documentation by running npm run doc:sitehtml from the Lodash repository.

  2. Copy the generated documentation from lodash/doc/ to lodash.com/docs/.

  3. Update _config.yml for the release.

    $ npm run build:config <version>
    
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].