blob: 77758fa3cf04fb579522458bd104bc010d80a37d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
baseURL: https://flyscrape.com/
languageCode: en-us
title: Flyscrape
enableRobotsTXT: true
module:
imports:
- path: github.com/imfing/hextra
build:
buildStats:
enable: true
menu:
main:
- name: Documentation
pageRef: /docs/getting-started
weight: 1
# - name: Need Proxies?
# weight: 2
# url: /proxy
- name: GitHub
weight: 3
url: https://github.com/philippta/flyscrape
params:
icon: github
# - name: Account
# weight: 4
# params:
# type: account
params:
description: A modern toolkit for building custom scrapers in minutes.
navbar:
displayTitle: false
displayLogo: true
logo:
path: images/flyscrape.svg
dark: images/flyscrape-dark.svg
link: /
width: 30
height: 30
theme:
# light | dark | system
default: system
displayToggle: true
search:
enable: true
type: flexsearch
flexsearch:
# index page by: content | summary | heading | title
index: content
footer:
enable: false
displayPoweredBy: false
markup:
highlight:
# style: github-dark
noClasses: false
goldmark:
renderer:
unsafe: true
|