Skip to content

Commit 76ba8ad

Browse files
Feature(s) branch for v4.5.0 (#1261)
* Relations documentation update (#1126) * Update 'Managing relational fields' to delete mentions of Relations box * Add more information in tip * Update edit view config documentation * Update end-users management procedure for Relations * Update screenshots in Content Manager * Improve documentation for relations * Update end-user account screenshot * Hide docs-next from navbar We don't want to draw too muchattention to docs-next for a few weeks while preparing the move to Docusaurus. * Bump version number to 4.5.0 (#1260) * In-app Marketplace enhancements (#1262) * Add temp. Figma-based screenshot * Adjust description to account for cards enhancements * Replace screenshot with temporary but non-cropped version * Update screenshot * Fix capitalization on "sort by" * Update instructions for compatibility check Co-authored-by: meganelacheny <[email protected]>
1 parent 58eed82 commit 76ba8ad

20 files changed

+43
-53
lines changed

docs/.vuepress/config/theme-config.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ const themeConfig = {
8787
},
8888
]
8989
},
90-
{
91-
text: 'Pre-release Documentation',
92-
items: [
93-
{
94-
text: 'docs-next',
95-
link: 'https://docs-next.strapi.io',
96-
},
97-
]
98-
},
90+
// { // temporarily disabled while we move to Docusaurus
91+
// text: 'Pre-release Documentation',
92+
// items: [
93+
// {
94+
// text: 'docs-next',
95+
// link: 'https://docs-next.strapi.io',
96+
// },
97+
// ]
98+
// },
9999
],
100100
},
101101
{

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-docs",
3-
"version": "4.4.6",
3+
"version": "4.5.0",
44
"main": "index.js",
55
"scripts": {
66
"dev": "yarn create:config-file && vuepress dev",
24 KB
Loading
24.5 KB
Loading
490 KB
Loading
196 KB
Loading
608 KB
Loading
489 KB
Loading
487 KB
Loading
489 KB
Loading

0 commit comments

Comments
 (0)