Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ensembleui/ensemble_docs_archived
- Owner: EnsembleUI
- Created: 2022-05-29T02:13:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T15:59:09.000Z (10 months ago)
- Last Synced: 2024-03-22T00:29:16.768Z (10 months ago)
- Language: HTML
- Homepage: https://docs.ensembleui.com
- Size: 23.2 MB
- Stars: 7
- Watchers: 9
- Forks: 6
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)