Skip to content

Commit c0b8ef5

Browse files
committed
Removed old tutorial site from repo
1 parent 6dd212d commit c0b8ef5

28 files changed

Lines changed: 8 additions & 6435 deletions

docs/getting_started/about_tutorial.rst

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,23 @@ About The Tutorial
44
It is recommended that you follow the tutorial as closely as possible. This allows you to troubleshoot most issues on your own.
55
If 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-
127
Screenshots
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

1711
Sass 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.
2115
The few extra steps at the beginning saves us from writing more CSS to accomplish the same goal.
2216
See: :ref:`sass_install`
2317

2418
After 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

3125
If 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

4641
Follow the tutorial: :doc:`tutorial01`.

tutorial/mysite/.gitattributes

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)