-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Start pages for main projects and modules
- Loading branch information
1 parent
3058157
commit 95ba19c
Showing
19 changed files
with
191 additions
and
81 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Set up a static site on GitHub Pages | ||
# Static site on GitHub Pages | ||
|
||
- [GitHub Pages documentation](https://docs.github.com/en/pages) | ||
- [Configuring a custom domain for your GitHub Pages site](https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Types of documentation | ||
|
||
Documentation can be organized by conceptual areas based on user needs. These are informed by [the Diátaxis system](https://diataxis.fr/). | ||
|
||
## Types of documentation | ||
|
||
- Practice | ||
- Tutorials - Learning | ||
- How-to guides - Tasks | ||
- Theory | ||
- Reference - Information | ||
- Explanation - Understanding | ||
|
||
### Tutorials | ||
|
||
*A tutorial is a practical activity, in which the student learns by doing something meaningful, towards some achievable goal.* | ||
|
||
### Guides | ||
|
||
*A how-to guide helps the user get something done, correctly and safely; it guides the user’s action.* | ||
|
||
### Reference | ||
|
||
*Reference material contains theoretical knowledge that a user looks to in their work.* | ||
|
||
### Explanation | ||
|
||
*Explanation deepens the reader’s understanding of a subject. It brings clarity and context.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Create | ||
|
||
Repository: https://github.com/tangibleinc/create |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Fields | ||
|
||
Repository: https://github.com/tangibleinc/fields |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
# Framework | ||
|
||
Repository: https://github.com/tangibleinc/framework |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Pipeline | ||
|
||
Repository: https://github.com/tangibleinc/pipeline |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Roller | ||
|
||
Repository: https://github.com/tangibleinc/roller |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Update server | ||
|
||
> Self-hosted update server for WordPress plugins and themes | ||
Repository: https://github.com/tangibleinc/update-server |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
# Updater | ||
|
||
Repository: https://github.com/tangibleinc/updater |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,51 @@ | ||
--- | ||
title: Blocks | ||
--- | ||
# Tangible Blocks | ||
|
||
Tangible Blocks is a system for creating universal dynamic content blocks with HTML-based templates and Sass styling language. It can be integrated with site builders (Gutenberg, Elementor, Beaver Builder) as well as React applications. | ||
Tangible Blocks is a system for creating universal dynamic content blocks with HTML-based templates and Sass styling language. It can be integrated with WordPress site and page builders, as well as React applications. | ||
|
||
|
||
## Plugins | ||
|
||
The project consists of a set of plugins. | ||
|
||
- [Tangible Blocks](https://github.com/tangibleinc/blocks) | ||
- [Blocks Editor](https://github.com/tangibleinc/blocks-editor) - Enable block template editing in the admin | ||
- [Blocks Pro](https://github.com/tangibleinc/blocks-pro) - Third-party integrations such as WooCommerce | ||
- [Loops & Logic](https://github.com/tangibleinc/loops) - Basic variant with all template types except blocks | ||
- [L&L Pro](https://github.com/tangibleinc/loops-pro) | ||
- [Tangible Blocks Editor](https://github.com/tangibleinc/blocks-editor) - Enable block template editing in the admin | ||
- [Tangible Blocks Pro](https://github.com/tangibleinc/blocks-pro) | ||
- [Loops & Logic](https://github.com/tangibleinc/loops) - Basic variant with all template types except blocks. Published in the official plugin directory on `wp.org`. | ||
- [Loops & Logic Pro](https://github.com/tangibleinc/loops-pro) | ||
|
||
And shared modules. | ||
## Themes | ||
|
||
- [Template System](https://github.com/tangibleinc/template-system) - Template parser, renderer, language definition (dynamic tags), frontend modules (JS & CSS), admin features | ||
- [Tangible Blocks Theme](https://github.com/tangibleinc/blocks-theme) | ||
|
||
## Modules | ||
|
||
Modules are common features shared by plugins. | ||
|
||
- [BetterDash](https://github.com/tangibleinc/betterdash-module) - Utilities for LearnDash | ||
- [BetterLifter](https://github.com/tangibleinc/betterlifter-module) - Utilities for LifterLMS | ||
- [Fields](https://github.com/tangibleinc/fields) - React-based form fields library | ||
- [Fields Pro](https://github.com/tangibleinc/fields-pro) | ||
- [Framework](https://github.com/tangibleinc/framework) - Commonly used features like logging, date formatting | ||
- [Template System](https://github.com/tangibleinc/template-system) - Template parser, renderer, language definition (dynamic tags), frontend modules (JS & CSS), admin features | ||
- [Template System Pro](https://github.com/tangibleinc/template-system-pro) | ||
- [Updater](https://github.com/tangibleinc/updater) - Provide plugin updates from self-hosted [update server](https://github.com/tangibleinc/update-server) | ||
|
||
## Third-party plugins | ||
|
||
Blocks and L&L integrate with the following third-party plugins. | ||
|
||
- Advanced Custom Fields | ||
- Beaver Builder | ||
- Elementor | ||
|
||
The Pro variants add support for more. | ||
|
||
- Easy Digital Downloads | ||
- Gravity Forms | ||
- LearnDash | ||
- LifterLMS | ||
- The Events Calendar | ||
- WooCommerce |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Design | ||
|
||
Website: https://design.tangible.one | ||
|
||
Repository: https://github.com/tangibleinc/design |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Docs | ||
|
||
Website: https://docs.tangible.one | ||
|
||
Repository: https://github.com/tangibleinc/docs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
sidebar_position: 0 | ||
--- | ||
# Overview |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters