From eb45227dd6f22da45285473aa25e3700d1fd7eb7 Mon Sep 17 00:00:00 2001 From: Anthony van Winkle Date: Sat, 25 May 2024 13:46:16 -0700 Subject: [PATCH] Add tree link to 0.80 migration --- docs/install/index.md | 2 +- mkdocs.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/install/index.md b/docs/install/index.md index 5c3940301c..d778b2a7e0 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -42,7 +42,7 @@ As of MPF 0.80 we are providing precompiled binaries for new users to get up and * Not (yet) available for all platforms * No option to customize MPF or use bleeding-edge features -!!! note "No, it's not actually pre-\"compiled\"" +!!! note 'No, it's not actually pre-"compiled"' MPF is written in Python, which is an interpreted language, and therefore cannot be truly "compiled" into a binary. The provided binaries are special applications that bundle a copy of Python, the MPF framework modules, and all dependency packages into a single file. diff --git a/mkdocs.yml b/mkdocs.yml index cb9d59afc4..ee9fe1dd29 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -79,6 +79,7 @@ nav: - Installation: - install/index.md - Quickstart: start/quickstart.md + - 'Migrating to 0.80': install/0.80.md - 'Big changes in 0.57': install/0.57.md - Mac: install/mac.md - Windows: install/windows.md