Skip to content

Commit

Permalink
Update project structure to mention the new auto-generated .strapi fo…
Browse files Browse the repository at this point in the history
…lder (#1952)

* Update project structure to mention  new auto-generated .strapi folder

* Fix tree formatting
  • Loading branch information
pwizla authored Dec 13, 2023
1 parent b3df36e commit 8114234
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docusaurus/src/components/ProjectStructure.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ export default function InteractiveProjectStructure() {
<code>
. <span className="token comment"># root of the application</span><br/>

├──── .cache <span className="token comment"># files used to build the admin panel</span><br/>
├──── .strapi <span className="token comment"># auto-generated folder — do not update manually</span><br/>
│ └──── client <span className="token comment"># files used by bundlers to render the application</span><br/>
│ ├ index.html <br/>
│ └ app.js <br/>
├──── .tmp<br/>
├──── <a href="/dev-docs/admin-panel-customization#build">build</a> <span className="token comment"># build of the admin panel</span><br/>
├──── config <span className="token comment"># API configurations</span><br/>
Expand Down Expand Up @@ -88,7 +91,10 @@ export default function InteractiveProjectStructure() {
<code>
. <span className="token comment"># root of the application</span><br/>

├──── .cache <span className="token comment"># files used to build the admin panel</span><br/>
├──── .strapi <span className="token comment"># auto-generated folder — do not update manually</span><br/>
│ └──── client <span className="token comment"># files used by bundlers to render the application</span><br/>
│ ├ index.html <br/>
│ └ app.js <br/>
├──── .tmp<br/>
├──── config <span className="token comment"># API configurations</span><br/>
│ ├ <a href="/dev-docs/configurations/api">api.ts</a><br/>
Expand Down

1 comment on commit 8114234

@vercel
Copy link

@vercel vercel bot commented on 8114234 Dec 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

documentation – ./

documentation-strapijs.vercel.app
documentation-git-main-strapijs.vercel.app
docs-vercel-v4.strapi.io

Please sign in to comment.