update docs based on new example documentation

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2022-02-18 14:46:21 +01:00
parent 77a13948c1
commit a6352f90ea
4 changed files with 21 additions and 26 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ const timeout = 25000;
jest.setTimeout(timeout * 2);
describe('end-to-end', () => {
const cwd = path.resolve(__dirname, 'fixture');
const cwd = path.resolve(__dirname, 'example-docs');
afterEach(async () => {
// On Windows the pid of a spawned process may be wrong
@@ -1 +0,0 @@
# Test Fixture
@@ -1,8 +0,0 @@
site_name: docs-test-fixture
site_description: Documentation site test fixture
nav:
- HOME: README.md
plugins:
- techdocs-core