mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-22 11:02:24 -06:00
17 lines
523 B
Markdown
17 lines
523 B
Markdown
---
|
|
layout: default
|
|
title: Tests
|
|
has_children: true
|
|
nav_order: 100
|
|
---
|
|
|
|
# Tests
|
|
|
|
The main documentation pages of this theme illustrate the use of many of its features, which to some extent tests their implementation. The pages linked below provide further test cases for particular features, and may be useful for regression testing when developing new features.
|
|
|
|
The default configuration does not include the test pages. To include them, add the following option to `_config.yml':
|
|
|
|
```yaml
|
|
include: ["docs/tests/"]
|
|
```
|