@@ -4,29 +4,23 @@ About The Tutorial
44It is recommended that you follow the tutorial as closely as possible. This allows you to troubleshoot most issues on your own.
55If you find an errors, typos, or discrepancies, please let us know.
66
7- `Preview the demo project here <https://crxpharma.codered.cloud/ >`_
8-
9- `Code for the demo project here <https://github.com/Zsvoboda87/wagtail-crx-demo >`_
10-
11-
127Screenshots
138-----------
14- Visual Studio Code is used as the code editor for coding specific screenshots. There are many extensions and themes available for Visual Studio Code.
15- It is likely that your code editor will look slightly different.
9+ Visual Studio Code is used as the code editor for coding specific screenshots. It is likely that your code editor will look slightly different.
1610
1711Sass support
1812------------
1913
20- This tutorial uses sass support. This allows us to easily override the default bootstrap colors.
14+ This tutorial uses sass. This allows us to easily override the default bootstrap colors.
2115The few extra steps at the beginning saves us from writing more CSS to accomplish the same goal.
2216See: :ref: `sass_install `
2317
2418After following the installation guide and compiling the sass (step 7), your site should look like this:
2519
2620.. figure :: images/about_tutorial/about_tut_start.jpeg
27- :alt: Starting Page
21+ :alt: Starting Page
2822
29- The Starting Page.
23+ The Starting Page.
3024
3125If it does not look like that:
3226
@@ -35,12 +29,13 @@ If it does not look like that:
3529* Hard refresh your browser to reload the CSS stylesheet.
3630
3731.. figure :: images/about_tutorial/base_html.jpg
38- :alt: Linked Style Sheet
32+ :alt: Linked Style Sheet
3933
40- The Style sheet is linked on line 14
34+ The Style sheet is linked on line 14
4135
4236.. note ::
43- Every time a change is made to the sass files we have to compile it and hard refresh the browser.
37+
38+ Every time a change is made to the sass files we have to compile it and hard refresh the browser.
4439
4540
4641Follow the tutorial: :doc: `tutorial01 `.
0 commit comments