mirror of
https://github.com/hunters-forge/OSSEM
synced 2026-06-08 14:44:11 +00:00
50 lines
1.8 KiB
YAML
Executable File
50 lines
1.8 KiB
YAML
Executable File
#######################################################################################
|
|
# Book settings
|
|
title: ""
|
|
logo: images/logo/logo.png
|
|
author: Roberto Rodriguez @Cyb3rWard0g
|
|
email: ""
|
|
description: >- # this means to ignore newlines until "baseurl:"
|
|
The official Jupyter Book for the Open Source Security Events Metadata (OSSEM). A community-led project that focuses primarily on the documentation and standardization of security event logs from diverse data sources and operating systems.
|
|
execute:
|
|
execute_notebooks: 'off'
|
|
|
|
# Define the name of the latex output file for PDF builds
|
|
latex:
|
|
latex_documents:
|
|
targetname: book.tex
|
|
|
|
# Information about where the book exists on the web
|
|
repository:
|
|
url: https://github.com/OTRF/OSSEM # Online location of your book
|
|
path_to_book: docs # Optional path to your book, relative to the repository root
|
|
branch: master # Which branch of the repository should be used when creating links (optional)
|
|
|
|
# Add GitHub buttons to your book
|
|
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
|
|
html:
|
|
favicon: images/logo/favicon.ico
|
|
home_page_in_navbar: false
|
|
use_edit_page_button: true
|
|
use_repository_button: true
|
|
use_issues_button: true
|
|
baseurl: https://ossemproject.com/
|
|
|
|
launch_buttons:
|
|
notebook_interface: "classic" # The interface interactive links will activate ["classic", "jupyterlab"]
|
|
binderhub_url: "https://mybinder.org"
|
|
colab_url: "https://colab.research.google.com"
|
|
thebe: true
|
|
|
|
parse:
|
|
myst_enable_extensions: # default extensions to enable in the myst parser. See https://myst-parser.readthedocs.io/en/latest/using/syntax-optional.html
|
|
- amsmath
|
|
- colon_fence
|
|
- deflist
|
|
- dollarmath
|
|
- html_admonition
|
|
- html_image
|
|
- linkify
|
|
- replacements
|
|
- smartquotes
|
|
- substitution |