CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/docs/_config.yml
Views: 1903
1
# Additionally influences open graph metadata as part of jekyll-seo-tag, and the theme
2
title: 'Metasploit Documentation | Penetration Testing Software, Pen Testing Security'
3
description: View Metasploit Framework Documentation
4
searchTitle: Metasploit Documentation
5
baseurl: ''
6
url: 'https://rapid7.github.io/metasploit-framework'
7
logo: assets/images/favicon.png
8
9
# Build settings
10
theme: just-the-docs
11
plugins:
12
- jekyll-sitemap
13
- jekyll-seo-tag
14
15
compress_html:
16
clippings: all
17
comments: all
18
endings: all
19
startings: []
20
blanklines: false
21
profile: false
22
ignore:
23
envs: development
24
25
exclude:
26
- '*.rb'
27
- 'build.rb'
28
- metasploit-framework.wiki
29
- metasploit-framework.wiki.old
30
- README.md
31
32
# just-the-docs config
33
mermaid_enabled: true
34
mermaid:
35
version: "10.8.0"
36
heading_anchors: true
37
aux_links_new_tab: true
38
aux_links:
39
'Metasploit Framework on GitHub':
40
- '//github.com/rapid7/metasploit-framework'
41
42
nav_cache: true
43
44
# We set gh_edit_link to false to opt out of the default edit link support - and instead use a custom implementation in _includes/footer_custom.html
45
gh_edit_link: false
46
gh_edit_link_text: 'Edit this page on GitHub'
47
gh_edit_repository: 'https://github.com/rapid7/metasploit-framework'
48
gh_edit_branch: 'master'
49
gh_edit_source: docs
50
gh_edit_view_mode: 'tree'
51
52
ga_tracking: UA-4622520-7
53
ga_tracking_anonymize_ip: true
54
55
favicon: assets/images/favicon.png
56
57
back_to_top: true
58
back_to_top_text: 'Back to top'
59
60
just_the_docs:
61
collections: []
62
63
ignore_theme_config: true
64
65