Documentation for CruGlobal/app_builder.
This includes both user (creating apps) and developer docs.
View on GitHub Pages: https://CruGlobal.github.io/appbuilder_docs/
docs/<new_documentation_name>
---
parent: <'title' of parent: ex 'Develop'>
title: <New Documentation Name>
description: This is new documentation that helps with work
category: <Look for 'is-category' ex: 'develop'>
---
Assuming Jekyll and Bundler are installed on your computer:
-
Change your working directory to the root directory of your site.
-
Run
bundle install. -
Run
bundle exec jekyll serveto build your site and preview it atlocalhost:4000.The built site is stored in the directory
_site.
Browse our documentation to learn more about how to use this theme.
-
Create a
.github/workflowsdirectory at your project root if your repo doesn't already have one. Copy thepages.ymlfile into this directory. GitHub Actions searches this directory for workflow files. -
Create a
docsdirectory at your project root and copy all remaining template files into this directory.
This repository is licensed under the MIT License. You are generally free to reuse or extend upon this code as you see fit; just include the original copy of the license (which is preserved when you "make a template"). While it's not necessary, we'd love to hear from you if you do use this template, and how we can improve it for future use!
The deployment GitHub Actions workflow is heavily based on GitHub's mixed-party starter workflows. A copy of their MIT License is available in actions/starter-workflows.