Move images
This commit is contained in:
parent
ba40104834
commit
fb91d78c04
|
@ -455,7 +455,7 @@ This is enough for the test to pass. Though it just returns an empty page, it no
|
||||||
|
|
||||||
This is how the page looks in a browser:
|
This is how the page looks in a browser:
|
||||||
|
|
||||||
.. figure:: docs/images/1.png
|
.. figure:: images/1.png
|
||||||
:alt:
|
:alt:
|
||||||
|
|
||||||
Refactor, add more assertions
|
Refactor, add more assertions
|
||||||
|
@ -505,7 +505,7 @@ Now the tests will pass because we’re returning the correct text.
|
||||||
|
|
||||||
OK (1 test, 3 assertions)
|
OK (1 test, 3 assertions)
|
||||||
|
|
||||||
.. figure:: docs/images/2.png
|
.. figure:: images/2.png
|
||||||
:alt:
|
:alt:
|
||||||
|
|
||||||
Getting blog posts
|
Getting blog posts
|
||||||
|
@ -1074,7 +1074,7 @@ Now we can inject the ``ArticleRepository`` and use it to load and render the ar
|
||||||
|
|
||||||
In the browser, we should see our list of articles.
|
In the browser, we should see our list of articles.
|
||||||
|
|
||||||
.. figure:: docs/images/3.png
|
.. figure:: images/3.png
|
||||||
:alt:
|
:alt:
|
||||||
|
|
||||||
Creating a custom Post class
|
Creating a custom Post class
|
||||||
|
|
Before Width: | Height: | Size: 179 KiB After Width: | Height: | Size: 179 KiB |
Before Width: | Height: | Size: 186 KiB After Width: | Height: | Size: 186 KiB |
Before Width: | Height: | Size: 238 KiB After Width: | Height: | Size: 238 KiB |
Loading…
Reference in a new issue