All Projects → ExpressionEngine → ExpressionEngine-User-Guide

ExpressionEngine / ExpressionEngine-User-Guide

Licence: Apache-2.0 license
The source for the HTML ExpressionEngine user guides found at https://docs.expressionengine.com

Programming Languages

CSS
56736 projects
Markdown
49 projects

Projects that are alternatives of or similar to ExpressionEngine-User-Guide

unicode-programming
Unicode programming examples
Stars: ✭ 33 (+94.12%)
Mutual labels:  docs
guides
How we do things at OK GROW!
Stars: ✭ 16 (-5.88%)
Mutual labels:  docs
guess-js.github.io
The website of Guess.js
Stars: ✭ 16 (-5.88%)
Mutual labels:  docs
laravel-openapi
Generate OpenAPI specification for Laravel Applications
Stars: ✭ 269 (+1482.35%)
Mutual labels:  docs
python-book
ゼロから学ぶ Python
Stars: ✭ 125 (+635.29%)
Mutual labels:  docs
e-books
IT technical related e-books and PPT information, continuous updating. For those in need, Keep real, peace and love.
Stars: ✭ 470 (+2664.71%)
Mutual labels:  docs
lunarvim.org
Website for LunarVim
Stars: ✭ 70 (+311.76%)
Mutual labels:  docs
rdme
ReadMe's official CLI and GitHub Action
Stars: ✭ 44 (+158.82%)
Mutual labels:  docs
db-doc
📝一款生成在线/离线数据库文档的小工具
Stars: ✭ 98 (+476.47%)
Mutual labels:  docs
jpath.ru
Для разработчиков и опытных пользователей Joomla! CMS
Stars: ✭ 15 (-11.76%)
Mutual labels:  docs
linter-alex
📝Sensitive, considerate writing before you merge your Pull Requests
Stars: ✭ 67 (+294.12%)
Mutual labels:  docs
gorgonia.github.io
The source code (and website) for gorgonia.org
Stars: ✭ 12 (-29.41%)
Mutual labels:  docs
chappe
🧑‍💻 Developer Docs builder. Write guides in Markdown and references in API Blueprint. Comes with a built-in search engine.
Stars: ✭ 132 (+676.47%)
Mutual labels:  docs
conda-docs
Conda documentation
Stars: ✭ 313 (+1741.18%)
Mutual labels:  docs
zmon-docs
ZMON Documentation
Stars: ✭ 14 (-17.65%)
Mutual labels:  docs
docs
The Form Tools documentation.
Stars: ✭ 15 (-11.76%)
Mutual labels:  docs
bat-zh
🇨🇳翻译: <bat> 一个`cat(1)`克隆与语法高亮和Git集成 ❤️ 校对 ✅
Stars: ✭ 129 (+658.82%)
Mutual labels:  docs
zksync-docs
zkSync documentation
Stars: ✭ 52 (+205.88%)
Mutual labels:  docs
buuk
A simple markdown based documentation generator.
Stars: ✭ 23 (+35.29%)
Mutual labels:  docs
sphinx-jekyll-builder
sphinx builder that outputs jekyll compatible markdown files with frontmatter
Stars: ✭ 18 (+5.88%)
Mutual labels:  docs

ExpressionEngine® User Guide

The public user guide repository for the ExpressionEngine project. The online version of the user guide is hosted at docs.expressionengine.com.

Setup

The ExpressionEngine user guide is written in human-readable Markdown and uses a simple script to generate beautiful HTML docs.

Prerequisites

Building the docs requires Node and npm.

In the root of the repository, install all the dependencies:

npm install

Building the Docs

To build the docs:

npm run build

To dynamically rebuild on any file changes:

npm run watch

Building theme assets

The documentation css and js files are located under theme/assets-src.

To build the theme assets, run npm run buildAssets. You can also dynamically rebuild the assets when a file changes: npm run watchAssets.

Contributing

See something that needs fixing? Want to improve the user guide or make it more helpful? Great! Check out CONTRIBUTING.md for details.

Copyright / License Notice

The ExpressionEngine project is copyright (c) 2003-2021 Packet Tide, LLC. (https://packettide.com) and is licensed under Apache License, Version 2.0. This project contains subcomponents with separate copyright and license terms, all of which are fully FOSS and compatible with Apache-2.0.

Complete license terms and copyright information can be found in LICENSE.txt in the root of this repository.

"ExpressionEngine" is a registered trademark of Packet Tide, LLC. in the United States and around the world. Refer to ExpressionEngine's Trademark Use Policy for access to logos and acceptable use.

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