Skip to content

Commit 221e953

Browse files
committed
Changed link to theme to theme directory since the docs are covering directories and not files
1 parent 9ca0f43 commit 221e953

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.documentation/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This project is an example of directory structure in an Angular application but
55

66
Here we cover the parts of the application directory structure and the function of each:
77

8-
* `~/src/main.scss <theme.rst>`_
8+
* `~/src/theme <theme.rst>`_
99
* `~/src/app/core <core.rst>`_
1010
* `~/src/app/data <data.rst>`_
1111
* `~/src/app/layout <layout.rst>`_

.documentation/theme.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33
Theming
44
=======
55

6+
`~/src/theme <../src/theme>`_
7+
68
The ``~/app/main.scss`` pulls in the themes in the ``~/app/theme`` directory
79
as well as bootstrap and Angular material theming.

0 commit comments

Comments
 (0)