update docs based on new example documentation
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user