SYMBOL INDEX (48 symbols across 10 files) FILE: docs/.vuepress/config.js method additionalPages (line 18) | async additionalPages () { FILE: lib/__test__/toc.constant.js constant TOC_1 (line 1) | const TOC_1 = [ constant TOC_2 (line 36) | const TOC_2 = [ constant TOC_3 (line 44) | const TOC_3 = [ FILE: lib/fetch.js function handleResponse (line 23) | function handleResponse(response) { function handleNetworkError (line 38) | function handleNetworkError(error) { FILE: lib/html.js function getHash (line 41) | function getHash(i) { function prettify (line 45) | function prettify(html) { function prune (line 55) | function prune(html) { constant CODE_FENCE (line 61) | const CODE_FENCE = '```' function highlight (line 63) | function highlight($) { function escapeHTMLTagInCode (line 74) | function escapeHTMLTagInCode($) { function removeTableStyls (line 82) | function removeTableStyls($) { FILE: lib/index.js method chainMarkdown (line 30) | chainMarkdown(config) { method ready (line 42) | async ready() { function inferTitle (line 195) | function inferTitle(frontmatter, strippedContent) { FILE: lib/spinner.js function curry (line 30) | function curry(name) { FILE: lib/stack.js method constructor (line 6) | constructor() { method push (line 10) | push(element) { method pop (line 14) | pop() { method peek (line 18) | peek() { method size (line 22) | size() { FILE: lib/store.js function init (line 18) | function init(configName) { function get (line 25) | function get(configName) { FILE: lib/toc.js function getSidebarByToc (line 21) | function getSidebarByToc(toc) { function safePop (line 106) | function safePop(stack) { function pushBranch (line 120) | function pushBranch(node, stack) { function pushLeaf (line 133) | function pushLeaf(node, stack) { function getLeaf (line 145) | function getLeaf({ function getBranch (line 160) | function getBranch({ FILE: lib/yuque.js constant AUTH_TOKEN (line 9) | const AUTH_TOKEN = process.env.YUQUE_QUTH_TOKEN constant SKIP_CACHE (line 10) | const SKIP_CACHE = process.env.SKIP_CACHE method setRepoId (line 18) | static setRepoId(id) { method setAuthToken (line 22) | static setAuthToken(token) { method getInstance (line 26) | static getInstance() { method fetch (line 36) | static async fetch(url, options = {}) { method get (line 70) | static async get(base, path) { method getRepos (line 75) | static async getRepos(base, repoId) { method getRepoDetail (line 79) | static async getRepoDetail(base, repoId) { method getToc (line 83) | static async getToc(base, repoId) { method getPage (line 87) | static async getPage(base, repoId, slug) { method inferRepoByUrl (line 91) | static async inferRepoByUrl(repoUrl) { method constructor (line 124) | constructor(repoId) { method base (line 129) | get base() { method getRepos (line 133) | async getRepos() { method getRepoDetail (line 137) | async getRepoDetail() { method getToc (line 141) | async getToc() { method getPage (line 145) | async getPage(slug) {