Skip to content

Commit c681d34

Browse files
committed
add navigational GitHub readmes in documentation
1 parent 90e91a2 commit c681d34

File tree

6 files changed

+106
-1
lines changed

6 files changed

+106
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
Carbon Fields - Docs
22
====================
33

4-
Documentation and guides for [Carbon Fields](http://carbonfields.net/).
4+
Documentation and guides for [Carbon Fields](http://carbonfields.net/).
5+
6+
---
7+
8+
### Table of Contents
9+
10+
* [Documentation](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/)

documentation/1-containers/README.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Carbon Fields - Docs
2+
====================
3+
4+
---
5+
6+
### Containers
7+
8+
* [Usage](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/1-containers/1-usage.md)
9+
* [Post Meta](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/1-containers/2-post-meta.md)
10+
* [Theme Options](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/1-containers/3-theme-options.md)
11+
* [Term Meta](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/1-containers/4-term-meta.md)
12+
* [User Meta](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/1-containers/5-user-meta.md)
13+
* [Comment Meta](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/1-containers/6-comment-meta.md)
14+
* [Widgets](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/1-containers/7-widgets.md)
15+
* [Nav Menu](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/1-containers/8-nav-menu.md)
16+
* [Tabs](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/1-containers/9-tabs.md)
17+
18+
---
19+
20+
**[< Back to Documentation Home](https://github.com/htmlburger/carbon-fields-docs/tree/master/documentation)**

documentation/2-fields/README.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
Carbon Fields - Docs
2+
====================
3+
4+
---
5+
6+
### Fields
7+
8+
* [Usage](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/2-fields/1-usage.md)
9+
* [Text](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/2-fields/2-text.md)
10+
* [Textarea](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/2-fields/3-textarea.md)
11+
* [Rich Text](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/2-fields/4-rich-text.md)
12+
* [Date](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/2-fields/5-date.md)
13+
* [Color](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/2-fields/6-color.md)
14+
* [Checkbox](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/2-fields/7-checkbox.md)
15+
* [Select](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/2-fields/8-select.md)
16+
* [Radio](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/2-fields/9-radio.md)
17+
* [Set](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/2-fields/10-set.md)
18+
* [Relationship](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/2-fields/11-relationship.md)
19+
* [Association](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/2-fields/12-association.md)
20+
* [File](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/2-fields/13-file.md)
21+
* [Image](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/2-fields/14-image.md)
22+
* [Attachment](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/2-fields/15-attachment.md)
23+
* [Map](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/2-fields/16-map.md)
24+
* [Separator](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/2-fields/17-separator.md)
25+
* [Sidebar](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/2-fields/18-sidebar.md)
26+
* [Choose Sidebar](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/2-fields/19-choose-sidebar.md)
27+
* [Header Scripts](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/2-fields/20-header-scripts.md)
28+
* [Footer Scripts](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/2-fields/21-footer-scripts.md)
29+
* [HTML](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/2-fields/22-html.md)
30+
* [Gravity Form](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/2-fields/23-gravity-form.md)
31+
32+
---
33+
34+
**[< Back to Documentation Home](https://github.com/htmlburger/carbon-fields-docs/tree/master/documentation)**
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Carbon Fields - Docs
2+
====================
3+
4+
---
5+
6+
### Complex Field
7+
8+
* [Usage](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/3-complex-field/1-usage.md)
9+
* [Single Group](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/3-complex-field/2-single-group.md)
10+
* [Multiple Groups](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/3-complex-field/3-multiple-groups.md)
11+
* [Nested Complex Fields](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/3-complex-field/4-nested-complex-fields.md)
12+
* [Setup Methods](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/3-complex-field/5-setup-methods.md)
13+
* [Data Storage](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/3-complex-field/6-data-storage.md)
14+
15+
---
16+
17+
**[< Back to Documentation Home](https://github.com/htmlburger/carbon-fields-docs/tree/master/documentation)**
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Carbon Fields - Docs
2+
====================
3+
4+
---
5+
6+
### Advanced Topics
7+
8+
* [Extending](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/4-advanced-topics/1-extending.md)
9+
* [Templates](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/4-advanced-topics/2-templates.md)
10+
* [Hooks](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/4-advanced-topics/3-hooks.md)
11+
12+
---
13+
14+
**[< Back to Documentation Home](https://github.com/htmlburger/carbon-fields-docs/tree/master/documentation)**

documentation/README.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Carbon Fields - Docs
2+
====================
3+
4+
---
5+
6+
### Table of Contents
7+
8+
* [Carbon Fields](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/)
9+
* [Overview](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/1-overview.md)
10+
* [Getting Started](https://github.com/htmlburger/carbon-fields-docs/blob/master/documentation/2-getting-started.md)
11+
* [Containers](https://github.com/htmlburger/carbon-fields-docs/tree/master/documentation/1-containers)
12+
* [Fields](https://github.com/htmlburger/carbon-fields-docs/tree/master/documentation/2-fields)
13+
* [Complex Field](https://github.com/htmlburger/carbon-fields-docs/tree/master/documentation/3-complex-field)
14+
* [Advanced Topics](https://github.com/htmlburger/carbon-fields-docs/tree/master/documentation/4-advanced-topics)

0 commit comments

Comments
 (0)