Reorganize docs for easier deploys
With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager.
This commit is contained in:
parent
9e126b26a8
commit
0e920ce3f4
243 changed files with 171 additions and 186 deletions
|
|
@ -34,11 +34,11 @@ const files = [
|
|||
configPropertyName: 'js_hash'
|
||||
},
|
||||
{
|
||||
file: 'assets/js/vendor/jquery-slim.min.js',
|
||||
file: 'site/docs/4.1/assets/js/vendor/jquery-slim.min.js',
|
||||
configPropertyName: 'jquery_hash'
|
||||
},
|
||||
{
|
||||
file: 'assets/js/vendor/popper.min.js',
|
||||
file: 'site/docs/4.1/assets/js/vendor/popper.min.js',
|
||||
configPropertyName: 'popper_hash'
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue