@@ -8,7 +8,7 @@ Read [Django CMS User Guide] for CMS user instructions.
88- [ Build Static Files] ( #build-static-files )
99- [ Collect Static Files] ( #collect-static-files )
1010- [ Customize & Translate Text] ( #customize--translate-text )
11- - [ Demo UI Patterns] ( #demo-ui- patterns )
11+ - [ Review Patterns from Core Styles ] ( #review- patterns-in-core-styles )
1212- [ Develop with Core Styles Simultaneously] ( #develop-with-core-styles-simultaneously )
1313
1414## Add Styles & Scripts
@@ -82,27 +82,27 @@ docker exec -it core_cms sh -c "python manage.py collectstatic --no-input"
8282
83834. [Restart the CMS server.][restart server]
8484
85- # # Demo UI Patterns
85+ # # Review Patterns in Core Styles
8686
87- A demo of any documented CSS modules from [Core Styles] and [Core CMS].
87+ # ## For Latest Patterns & Styles
8888
89- 1. Build:
89+ See https://tacc.github.io/Core-Styles.
9090
91- ` ` ` sh
92- npm run build:ui-demo
93- ` ` `
91+ # ## For Patterns & Styles as of Your CMS Version:
9492
95- 2. [Collect Static Files](# collect-static-files):
96-
97- ` ` ` sh
98- docker exec -it core_cms sh -c " python manage.py collectstatic --no-input"
93+ 0. See current version of Core Styles installed:
94+ ` ` ` shell
95+ npm list @tacc/core-styles
9996 ` ` `
100-
101- 3. Open http://localhost:8000/static/ui/index.html.
97+ 1. Checkout [Core Styles] at that version, e.g.:
98+ ` ` ` shell
99+ git checkout v2.43.1
100+ ` ` `
101+ 2. Follow [Core Styles " Quick Start" ](https://github.com/TACC/Core-Styles/blob/v2.43.2/README.md#quick-start) up to ` npm start` .
102102
103103# # Develop with [Core Styles] Simultaneously
104104
105- See [Locally Develop CMS and Styles](https://github.com/TACC/Core-CMS /wiki/Locally- Develop-CMS-and-Styles ).
105+ See [Locally Develop CMS and Styles](https://github.com/TACC/Core-Styles /wiki/Develop-with-Client-Code-Simultaneously ).
106106
107107< ! -- Link Aliases -->
108108
0 commit comments