From 4e0ad981d8de17e3badb1c160198bb2cc794292c Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sun, 6 Mar 2022 09:03:53 +0100 Subject: [PATCH] guides/obs/high-quality-recording: Add extra navigation entries --- _data/navigation.json | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/_data/navigation.json b/_data/navigation.json index 8c7871d..aab829e 100644 --- a/_data/navigation.json +++ b/_data/navigation.json @@ -56,7 +56,34 @@ "recording": { "name": "High Quality Recording (in OBSĀ® Studio)", "url": "guides/obs/high-quality-recording/", - "blank": false + "blank": false, + "entries": { + "amf": { + "name": "AMD AMF", + "url": "guides/obs/high-quality-recording/amf/", + "blank": false + }, + "nvenc": { + "name": "NVIDIA NVENC", + "url": "guides/obs/high-quality-recording/nvenc/", + "blank": false + }, + "qsv": { + "name": "Intel QSV", + "url": "guides/obs/high-quality-recording/qsv/", + "blank": false + }, + "prores": { + "name": "Apple ProRes", + "url": "guides/obs/high-quality-recording/prores/", + "blank": false + }, + "x264": { + "name": "x264", + "url": "guides/obs/high-quality-recording/x264/", + "blank": false + } + } }, "streaming": { "name": "High Quality Streaming (in OBSĀ® Studio)",