Skip to content

Commit 850733e

Browse files
committed
Merge remote-tracking branch 'origin/7.dev' into feature/7.x/member-field
2 parents 60bab2b + dfa33f9 commit 850733e

File tree

167 files changed

+2914
-873
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+2914
-873
lines changed

AUTHORS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ If an entry is incorrect or duplicated, add or correct the entry in `.mailmap` i
1717
- Derek Jones <derek.jones@ellislab.com>
1818
- Doug Black Jr <dougblackjr@gmail.com>
1919
- Douglas Black <dougblackjr@gmail.com>
20+
- Eric Swierczek <2423727+swierczek@users.noreply.github.com>
2021
- Erwin Romkes <hello@stoneandstorm.com>
2122
- Gareth Davies <hello@garethtdavies.com>
2223
- Gavin * JCOGS <gavin@jcogs.net>
@@ -54,7 +55,7 @@ If an entry is incorrect or duplicated, add or correct the entry in `.mailmap` i
5455
- Simon Job <simon@job.id.au>
5556
- Stefan Rechsteiner <info@stefanrechsteiner.com>
5657
- Stephen G <45797159+stephengalbraith@users.noreply.github.com>
57-
- Stephen G <45797159+zdravvy@users.noreply.github.com>
58+
- zdravvy <45797159+zdravvy@users.noreply.github.com>
5859
- Terry Leigh Britton <terrybritton@users.noreply.github.com>
5960
- Tom Jaeger <Tom@PacketTide.com>
6061
- TomJaeger <Tom@PacketTide.com>

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The ExpressionEngine user guide is written in human-readable Markdown and uses a
88

99
### Prerequisites
1010

11-
Building the docs requires Node and npm.
11+
Building the docs requires Node and npm (latest stable version).
1212

1313
In the root of the repository, install all the dependencies:
1414

@@ -30,6 +30,10 @@ The documentation css and js files are located under `theme/assets-src`.
3030

3131
To build the theme assets, run `npm run buildAssets`. You can also dynamically rebuild the assets when a file changes: `npm run watchAssets`.
3232

33+
### Viewing local changes
34+
35+
Manually load `/build/index.html` in your browser to view your local build. For example, `file:///Users/<username>/Documents/ExpressionEngine-User-Guide/build/index.html`. You can use the side navigation to navigate to different local files, but the search functionality always takes you to the live version at docs.expressionengine.com.
36+
3337
## Contributing
3438

3539
See something that needs fixing? Want to improve the user guide or make it more helpful? Great! Check out [CONTRIBUTING.md](CONTRIBUTING.md) for details.
119 KB
Loading
4.61 KB
Loading

docs/_images/cp_fields_edit.png

161 KB
Loading
35.7 KB
Loading

docs/_images/relationship-ui.png

35.6 KB
Loading

docs/_images/sort-relationship.gif

126 KB
Loading

docs/_images/template-edit.png

45.3 KB
Loading

docs/_images/templates-list.png

78.6 KB
Loading

0 commit comments

Comments
 (0)