ModernUO/mkdocs.yml
Kamron Batman 5bd41d5b68
feat: Adds .NET 7 & Arm64 support (#1229)
## BREAKING CHANGE
**Publishing for linux will no longer include runtimes**

## Major Changes
* Adds .NET 7 support.
* Adds ARM64 support (experimental).
* Changes linux support to be open-ended against anything .NET 7 supports.
* Fixes native library resolutions. (Make sure to install `dev` versions of the libraries)
* Updates README
* Adds Ubuntu 22, CentOS 8/9 Stream to CI/CD.

## TODOs:
* Update modernuo.com docs

Closes #1173
Closes #1159
2022-11-06 09:59:11 -08:00

78 lines
1.9 KiB
YAML

# Project
site_name: ModernUO
site_author: Kamron Batman
site_url: https://modernuo.com
edit_uri: edit/main/docs/
# Repository
repo_name: modernuo/modernuo
repo_url: https://github.com/modernuo/modernuo
site_description: The Ultima Online Server Emulator for the modern era!
copyright: Copyright 2019-2022 ModernUO Development Team
theme:
name: material
favicon: branding/favicon.png
icon:
logo: modernuo/logo
custom_dir: docs/overrides/
features:
- tabs
- instant
extra_css:
- assets/stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/modernuo/modernuo
name: ModernUO on Github
- icon: fontawesome/brands/discord
link: https://discord.gg/DHkNUsq
name: ModernUO on Discord
- icon: fontawesome/brands/patreon
link: https://patreon.com/modernuo
name: Sponsor ModernUO on Patreon
- icon: fontawesome/brands/reddit
link: https://reddit.com/r/modernuo
name: /r/modernuo
- icon: fontawesome/brands/twitter
link: https://twitter.com/modernuo
name: "@modernuo"
markdown_extensions:
- admonition
- footnotes
- meta
- toc:
toc_depth: "1-1"
permalink: true
- attr_list
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.critic:
mode: view
- pymdownx.betterem:
smart_enable: all
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
options:
custom_icons:
- docs/overrides/.icons
# Pages
nav:
- Home: 'index.md'
- 'Get Started':
- 'installation.md'
- 'building-server.md'
- 'starting-server.md'
- 'Scripting guide':
- 'scripting-guide/timers.md'
- 'scripting-guide/serialization.md'