1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-27 09:09:44 +02:00

Show parent page title (#14)

* Fix

show parent page

* Update pages.js

* fix

* merge
This commit is contained in:
cabad11 2018-12-09 21:45:28 +03:00 committed by GitHub
parent 262c1614ed
commit 9966131100
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 1671 additions and 12878 deletions

View file

@ -1,4 +1,4 @@
import hljs from "highlight.js/lib/highlight";
import hljs from 'highlight.js/lib/highlight';
import javascript from 'highlight.js/lib/languages/javascript';
import style from 'highlight.js/styles/github-gist.css';