All Projects → apache → Cordova Docs

apache / Cordova Docs

Licence: apache-2.0
Apache Cordova Documentation

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Cordova Docs

Pdoc
🐍 ➡️ 📜 Auto-generate API documentation for Python projects
Stars: ✭ 604 (+91.75%)
Mutual labels:  hacktoberfest, documentation, docs
Cordova Ios
Apache Cordova iOS
Stars: ✭ 2,031 (+544.76%)
Mutual labels:  hacktoberfest, mobile, cordova
Generator Ngx Rocket
🚀 Extensible Angular 11+ enterprise-grade project generator
Stars: ✭ 1,329 (+321.9%)
Mutual labels:  hacktoberfest, mobile, cordova
Docusaurus
Easy to maintain open source documentation websites.
Stars: ✭ 29,053 (+9123.17%)
Mutual labels:  hacktoberfest, documentation, website
Matomo
Liberating Web Analytics. Star us on Github? +1. Matomo is the leading open alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites & apps and visualise this data and extract insights. Privacy is built-in. We love Pull Requests!
Stars: ✭ 15,711 (+4887.62%)
Mutual labels:  hacktoberfest, mobile, website
Cordova Js
Apache Cordova JavaScript Bridge
Stars: ✭ 598 (+89.84%)
Mutual labels:  hacktoberfest, mobile, cordova
Jenkins.io
A static site for the Jenkins automation server
Stars: ✭ 165 (-47.62%)
Mutual labels:  hacktoberfest, documentation, website
Typemill
TYPEMILL is a simple and lightweight Flat-File-CMS for authors and publishers.
Stars: ✭ 150 (-52.38%)
Mutual labels:  documentation, docs, website
Cordova Lib
Apache Cordova Tooling Library
Stars: ✭ 208 (-33.97%)
Mutual labels:  hacktoberfest, mobile, cordova
Dvc.org
🔗 DVC website and documentation
Stars: ✭ 171 (-45.71%)
Mutual labels:  hacktoberfest, documentation, website
Circleci Docs
Documentation for CircleCI.
Stars: ✭ 501 (+59.05%)
Mutual labels:  hacktoberfest, documentation, docs
Cordova Android
Apache Cordova Android
Stars: ✭ 3,285 (+942.86%)
Mutual labels:  hacktoberfest, mobile, cordova
Documentation Html Template
A Sample Documentation Template for Themes, Templates and Plugins
Stars: ✭ 322 (+2.22%)
Mutual labels:  hacktoberfest, documentation, website
Preact Www
📖 Preact documentation website.
Stars: ✭ 272 (-13.65%)
Mutual labels:  documentation, docs, website
Easy Hexo
🤘 Build your own website with Hexo, the easy way. | 轻松使用 Hexo 建站。
Stars: ✭ 314 (-0.32%)
Mutual labels:  blog, documentation, website
Sentry Docs
The new place for the sentry documentation (and tools to build it)
Stars: ✭ 160 (-49.21%)
Mutual labels:  hacktoberfest, documentation, docs
Website
🌐 The Babel documentation website
Stars: ✭ 631 (+100.32%)
Mutual labels:  documentation, docs, website
Nord Docs
The official Nord website and documentation
Stars: ✭ 63 (-80%)
Mutual labels:  documentation, docs, website
Cordova App Hello World
Apache Cordova Template App
Stars: ✭ 170 (-46.03%)
Mutual labels:  hacktoberfest, mobile, cordova
Doc
🦋 Raku documentation (tools and docs)
Stars: ✭ 259 (-17.78%)
Mutual labels:  hacktoberfest, documentation, docs

Build Status

Cordova Docs / Website

This repository contains the source code for the Cordova website at cordova.apache.org.

The site is also reachable with the short domain cordova.io, the important subareas as docs.cordova.io, blog.cordova.io and plugins.cordova.io.

Technical Overview

The main parts are built as a static site with Jekyll, containing the homepage and subpages, the blog and the docs.
The plugin search is an embedded PreactJS application.

Here in the repository the code of the actual site is located in /www with its subfolder /docs, /blog and /plugins.
Some additional content is pulled in during the build process.

The site is built using a gulp script that is run by Node.JS (npm run-script build). (Alternatively you can build the site using Make.) Deployments usually happen on commits to master via Travis, which runs buildAndDeploy.sh and commits the built site to a SVN repository.

Instructions

Common Tasks

Attributions

For attributions for used open-source work, please see the attributions page: www/attributions.html.

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].