Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
small refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
beatfactor committed Mar 22, 2024
1 parent a4eb82b commit de5d4bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postdoc.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {sep, join, basename, resolve, extname} from 'node:path';
const {
NIGHTWATCH_VERSION = '3.5.0',
BASE_URL = 'https://nightwatchjs.org',
MD_DOCS_FOLDER = resolve('../../nightwatchjs/nightwatch-docs'),
MD_DOCS_FOLDER = resolve('../../nightwatchjs/nightwatch-docs'),
API_DOCS_FOLDER = resolve('../../nightwatchjs/nightwatch/lib/api'),
EXAMPLES_FOLDER = 'node_modules/nightwatch-examples/tests'
} = env;
Expand All @@ -28,7 +28,7 @@ export default {
output: './out',
includes: 'src/includes',
layouts: 'src/pages',
content: MD_DOCS_FOLDER,
content: MD_DOCS_FOLDER
},

ignore: {
Expand Down

0 comments on commit de5d4bd

Please sign in to comment.