Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ensembleui/ensemble_docs_archived

Ensemble documentation
https://github.com/ensembleui/ensemble_docs_archived

Last synced: about 1 month ago
JSON representation

Ensemble documentation

Awesome Lists containing this project

README

        

# Ensemble Documentation

This repo contains Ensemble docs hosted at [docs.ensembleui.com](https://docs.ensembleui.com).

## Contributing to the docs directly on GitHub

Because Ensemble docs are created directly from the markdown in this repo, you can use the GitHub web editor to edit and propose changes to the docs directly from your browser without any knowledge of git. To do that, find the markdown file with the docs you want to edit and follow [GitHub's instructions](https://docs.github.com/en/free-pro-team@latest/github/managing-files-in-a-repository/editing-files-in-another-users-repository) to edit and propose changes to a markdown file. Once approved, the docs will be updated immediately.

## Contributing to the docs by forking this repo

1. Fork and clone this repo.
2. Install docsify: `sudo npm install -g docsify-cli`
3. Startup the local docsify server with `docsify serve .` from the root of this repo.
4. Edit the markdown and verify your changes on the localhost url outputted from the `docsify serve` command.
5. Put up a pull request to this repo

## Other Ensemble repos and links

* [Ensemble Runtime](https://github.com/EnsembleUI/ensemble) - use this repo to report issues and feature requests for Ensemble's core runtime library
* [Ensemble Starter](https://github.com/EnsembleUI/ensemble_starter) - Ensemble Starter project enables you to run Ensemble-powered Apps and generate release builds across iOS, Android, Web, and desktop.
* [Roadmap](https://github.com/orgs/EnsembleUI/projects/2)