10000 Troubleshooting: Building from non-root dir · arangodb/docs@465a2c3 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit 465a2c3

Browse files
authored
Troubleshooting: Building from non-root dir
1 parent 7d542f5 commit 465a2c3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,22 @@ Jekyll template it had to be encapsulated in a Jekyll tag.
294294
might be bad (e.g. wrong version number in path) and accidentally overwrite
295295
a page, removing the original content and links.
296296

297+
- ```
298+
Configuration file: none
299+
Source: /path/to/docs/3.5
300+
Destination: /path/to/docs/3.5/_site
301+
Incremental build: disabled. Enable with --incremental
302+
Generating...
303+
Build Warning: Layout 'default' requested in subfolder/page.md does not exist.
304+
Build Warning: Layout 'default' requested in other.md does not exist.
305+
Liquid Exception: Liquid syntax error (line 11): Unknown tag 'docublock' in
306+
```
307+
308+
Warnings and exceptions like above show if you try to run Jekyll from a
309+
subfolder. Change your working directory to the root folder of the working
310+
copy (`/path/to/docs`).
311+
312+
297313
## CI/Netlify
298314

299315
For the CI process we are currently using Netlify. This service has been built

0 commit comments

Comments
 (0)
0