mirror of
https://github.com/explosion/spaCy.git
synced 2025-03-26 12:54:12 +03:00
Update project structure in README.md
This commit is contained in:
parent
cc9ab9b0ec
commit
fde7a613f8
|
@ -80,7 +80,8 @@ bit of time.
|
||||||
| ├── site.json # general site metadata
|
| ├── site.json # general site metadata
|
||||||
| ├── type-annotations.json # Type annotations
|
| ├── type-annotations.json # Type annotations
|
||||||
| └── universe.json # data for the spaCy universe section
|
| └── universe.json # data for the spaCy universe section
|
||||||
├── public # compiled site
|
├── pages # Next router pages
|
||||||
|
├── public # static images and other assets
|
||||||
├── setup # Jinja setup
|
├── setup # Jinja setup
|
||||||
├── src # source
|
├── src # source
|
||||||
| ├── components # React components
|
| ├── components # React components
|
||||||
|
@ -99,8 +100,7 @@ bit of time.
|
||||||
| # (to support "nvm use" to switch to correct Node version)
|
| # (to support "nvm use" to switch to correct Node version)
|
||||||
|
|
|
|
||||||
├── .prettierrc # Prettier config file
|
├── .prettierrc # Prettier config file
|
||||||
├── gatsby-browser.js # browser-specific hooks for Gatsby
|
├── next.config.mjs # Next config file
|
||||||
├── gatsby-config.js # Gatsby configuration
|
├── package.json # package settings and dependencies
|
||||||
├── gatsby-node.js # Node-specific hooks for Gatsby
|
└── tsconfig.json # TypeScript config file
|
||||||
└── package.json # package settings and dependencies
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user