2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-27 21:16:45 +00:00

remove old struc

This commit is contained in:
Matthias Mair 2022-02-11 23:59:34 +01:00 committed by GitHub
parent a18f218d12
commit eb9489b829
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,56 +4,9 @@ It is built on Jekyll and GitHub pages for backend / hosting and tailtwindcss fo
## File structure
State as of f154fc0.
State as of ###.
``` bash
├── assets
│ ├── index.css
│ └── logo.png
├── _data
│ ├── ctas
│ │ ├── end.yml
│ │ └── learn.yml
│ ├── functions
│ │ ├── extras.yml
│ │ └── general.yml
│ ├── general
│ │ ├── footer.yml
│ │ └── stats.yml
│ ├── for_business.yml
│ ├── for_edu.yml
│ └── for_maker.yml
├── _includes
│ ├── cta.html
│ ├── features.html
│ ├── footer.html
│ ├── functions.html
│ ├── header.html
│ ├── head.html
│ ├── hero.html
│ ├── learn_more.html
│ ├── link.html
│ ├── stats.html
│ ├── team.html
│ └── testimonials.html
├── _layouts
│ ├── branche.html
│ ├── default.html
│ └── post.html
├── 404.md
├── business.md
├── _config.yml
├── education.md
├── functions.md
├── Gemfile
├── Gemfile.lock
├── index.md
├── LICENSE
├── maker.md
├── package.json
├── package-lock.json
├── postcss.config.js
├── README.md
└── tailwind.config.js
```
## Common commands