Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eerison committed Sep 2, 2022
1 parent b236fb3 commit 427a08e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
1 change: 1 addition & 0 deletions assets/scss/frontend.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'bootstrap';
1 change: 1 addition & 0 deletions docs/reference/advanced_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Full configuration options:
stylesheets:
# Defaults:
- bundles/sonatapage/app.css
- bundles/sonatapage/frontend.css
javascripts:
templates: # Required
# Prototype
Expand Down
8 changes: 0 additions & 8 deletions docs/reference/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,6 @@ SonataPageBundle Configuration
not_found: [404] # render 404 page with "not_found" key (name generated: _page_internal_error_{key})
fatal: [500] # so you can use the same page for different http errors or specify specific page for each error
# Add custom css and js
# assets:
# javascripts:
# - assets/js/your.js
# stylesheets:
# - bundles/sonatapage/app.css
# - bundles/sonatapage/frontend.css
SonataAdminBundle Configuration
-------------------------------

Expand Down

0 comments on commit 427a08e

Please sign in to comment.