Skip to content

Commit 093f38f

Browse files
Content Manager documentation (strapi#9)
* Write introduction for user guide * Create file + write documentation about accessing admin panel * Create file for documentation about setting up profile * Update TOC with new file + Try user guide structure * Create files for Content Manager documentation * Update TOC with Content Manager documentation files * Write 'Introduction to the Content Manager' documentation * Update TOC * Add screenshots for Content Manager introduction * Improve Content Manager introduction + Add screenshots * Improve content for Content Manager Introduction * More content improvements on the Content Manager Introduction * Start working on the fields table for Writing Content * Incorporate Relational Fields elements in Content Manager introduction * Write 'Writing content' documentation * Update TOC * Delete 'Deleting content' file + Update TOC * Write documentation for 'Saving, publishing and deleting' content + Add screenshots * Reuse content from Introduction for 'Configuring view' documentation + Improve both * Write introduction for user guide * Create file + write documentation about accessing admin panel * Create file for documentation about setting up profile * Update TOC with new file + Try user guide structure * Write introduction for user guide * Create file + write documentation about accessing admin panel * Create file for documentation about setting up profile * Update TOC with new file + Try user guide structure * Create files for Content Manager documentation * Update TOC with Content Manager documentation files * Write 'Introduction to the Content Manager' documentation * Update TOC * Add screenshots for Content Manager introduction * Improve Content Manager introduction + Add screenshots * Improve content for Content Manager Introduction * More content improvements on the Content Manager Introduction * Start working on the fields table for Writing Content * Incorporate Relational Fields elements in Content Manager introduction * Write 'Writing content' documentation * Update TOC * Delete 'Deleting content' file + Update TOC * Write documentation for 'Saving, publishing and deleting' content + Add screenshots * Reuse content from Introduction for 'Configuring view' documentation + Improve both * Add icons + Improve content * Add note about components and dynamic zones in Writing Content * Complete and improve User Guide Introduction * Improve Accessing Admin Panel + Add screenshot * Write User Profile documentation + Add screenshot * Restructure all files + Replace bad screenshot * Remove emojis from main TOC * Proofread + Improve * Proofread + Improve + Add new screenshots * Improve after reviews * Improve again after more reviews * Improve after reviews * Rework the components part of Writing content * More improvements after more reviews * Improve + Fix errors after Product team reviews * Create relational fields management documentation + Add screenshots * Improve relational fields doc after proofread * Fix typos * Improve relational fields doc * Improve relational fields doc after review + Improve wording * Fix wording issues * Fix wording issues * Introductions to empty User Guide sections (strapi#11) * Write Content-Types Builder introduction + Add screenshot + Update TOC * Improve Content Types Builder introduction * Write introduction for users, permissions and roles * Start writing introduction for plugins section * Update TOC + Delete settings section * Finish writing introductions + Add work in progress message * Fix typo + Add screenshots for plugins + users and permissions introductions * Updating Vuepress Configs, new header nav, and SEO Plugin (strapi#10) * WIP Restructuring docs and header nav / adding SEO plugin * Merge CTM menu * how about actually adding files lol * Adjusting configs and updating doc links Co-authored-by: Derrick Mehaffy <[email protected]>
1 parent 00f4425 commit 093f38f

File tree

324 files changed

+2345
-1052
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

324 files changed

+2345
-1052
lines changed

.editorconfig

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
end_of_line = lf
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true
10+
11+
[{package.json,*.yml}]
12+
indent_style = space
13+
indent_size = 2
14+
15+
[*.md]
16+
trim_trailing_whitespace = false

.prettierrc.js

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module.exports = {
2+
endOfLine: 'lf',
3+
semi: true,
4+
singleQuote: true,
5+
tabWidth: 2,
6+
trailingComma: 'es5',
7+
printWidth: 100,
8+
};

0 commit comments

Comments
 (0)