forked from strapi/strapi
-
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.
- Loading branch information
1 parent
c39ddc8
commit fba04f1
Showing
7 changed files
with
112 additions
and
9 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: Introduction | ||
slug: /content-manager | ||
tags: | ||
- content-manager | ||
--- | ||
|
||
# Content Manager | ||
|
||
This section is an overview of all the features realted to the Content Manager: | ||
|
||
```mdx-code-block | ||
import DocCardList from '@theme/DocCardList'; | ||
import { useCurrentSidebarCategory } from '@docusaurus/theme-common'; | ||
<DocCardList items={useCurrentSidebarCategory().items} /> | ||
``` |
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,17 @@ | ||
--- | ||
sidebar_position: 1 | ||
title: Introduction | ||
tags: | ||
- content-type-builder | ||
--- | ||
|
||
# Content Type Builder | ||
|
||
This section is an overview of all the features realted to the Content Type Builder: | ||
|
||
```mdx-code-block | ||
import DocCardList from '@theme/DocCardList'; | ||
import { useCurrentSidebarCategory } from '@docusaurus/theme-common'; | ||
<DocCardList items={useCurrentSidebarCategory().items} /> | ||
``` |
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,37 @@ | ||
--- | ||
title: Example | ||
tags: | ||
- content-manager | ||
--- | ||
|
||
# Example doc | ||
|
||
## Summary | ||
|
||
_Description of the sofware system / component._ | ||
|
||
## Detailed design | ||
|
||
- _Explaining the software design and reasoning._ | ||
- _Api specifications._ | ||
- _Benchmarks_ | ||
- _Add necessary diagrams and code examples._ | ||
- _Think about edge-cases and include examples._ | ||
|
||
## Tradeoffs | ||
|
||
_What potential tradeoffs are involved with this system/implementation._ | ||
|
||
- _Complexity._ | ||
- _Limitations of the feature itself._ | ||
- _How does this proposal integrate with the current features implemented._ | ||
|
||
## Alternatives | ||
|
||
_What other approaches did we consider?_ | ||
|
||
## Resources | ||
|
||
- _Link to product documents._ | ||
- _Link to user documentation._ | ||
- _Any usefull research used for it_ |
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,6 +1,6 @@ | ||
--- | ||
sidebar_position: 1 | ||
sidebar_label: Intro | ||
sidebar_label: Introduction | ||
--- | ||
|
||
# Index | ||
# Strapi contributor documentation |
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