Skip to content
Snippets Groups Projects
Commit 7f6c7529 authored by Walter Lozano's avatar Walter Lozano
Browse files

Add aliases for guides


After moving documents add aliases to avoid breaking external links. Also,
while doing that fix the formatting of aliases to be consistent across the
repo.

Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
parent db75313c
No related branches found
1 merge request!631Improve website layout
Showing
with 56 additions and 15 deletions
......@@ -5,7 +5,8 @@ weight = 100
title = "Add linters to a project"
aliases = [
"/old-wiki/Add_linters_to_a_project"
"/old-wiki/Add_linters_to_a_project",
"/guides/add_linters_to_a_project"
]
+++
......
......@@ -12,7 +12,8 @@ aliases = [
"/old-developer/v2020/appdev-ade.html",
"/old-developer/v2021pre/appdev-ade.html",
"/old-developer/v2022dev0/appdev-ade.html",
"/old-wiki/SDK"
"/old-wiki/SDK",
"/guides/ade"
]
+++
......
......@@ -3,6 +3,10 @@ title = "Apertis packages checking with lintian"
date = "2024-02-23"
weight = 100
toc = true
aliases = [
"/guides/apertis-packages-lintian",
]
+++
......
......@@ -4,6 +4,10 @@ weight = 100
toc = true
title = "API/ABI Evolution Guideline"
aliases = [
"/guides/api-abi_evolution_guideline",
]
+++
The purpose of this guideline is to provide advice how to handle evolution of
......
......@@ -6,7 +6,8 @@ toc = true
title = "API Design"
aliases = [
"/old-wiki/Guidelines/API_design"
"/old-wiki/Guidelines/API_design",
"/guides/api_design"
]
+++
......
......@@ -6,7 +6,8 @@ toc = true
title = "API Documentation"
aliases = [
"/old-wiki/Guidelines/API_documentation"
"/old-wiki/Guidelines/API_documentation",
"/guides/api_documentation"
]
+++
......
......@@ -9,7 +9,8 @@ aliases = [
"/old-developer/v2020/programming-guide-apparmor.html",
"/old-developer/v2021pre/programming-guide-apparmor.html",
"/old-developer/v2022dev0/programming-guide-apparmor.html",
"/old-wiki/Guidelines/AppArmor"
"/old-wiki/Guidelines/AppArmor",
"/guides/apparmor"
]
date = "2021-04-14"
......
......@@ -6,7 +6,8 @@ title = "Component Repository Layout"
aliases = [
"/old-wiki/Guidelines/Git-based_packaging_workflow",
"/old-wiki/Guidelines/Gitlab-based_packaging_workflow"
"/old-wiki/Guidelines/Gitlab-based_packaging_workflow",
"/guides/component_structure"
]
+++
......
......@@ -3,10 +3,11 @@ title = "Connectivity documentation"
short-description = "Collection of connectivity resources (general-design)"
weight = 100
aliases = [
"/old-designs/latest/connectivity-documentation.html",
"/old-designs/v2019/connectivity-documentation.html",
"/old-designs/v2020/connectivity-documentation.html",
"/old-designs/v2021dev3/connectivity-documentation.html",
"/old-designs/latest/connectivity-documentation.html",
"/old-designs/v2019/connectivity-documentation.html",
"/old-designs/v2020/connectivity-documentation.html",
"/old-designs/v2021dev3/connectivity-documentation.html",
"/guides/connectivity-documentation"
]
outputs = [ "html", "pdf-in",]
date = "2016-05-28"
......
......@@ -5,7 +5,8 @@ weight = 100
title = "Connman Proxy Setup"
aliases = [
"/old-wiki/Docs/ProxySetup"
"/old-wiki/Docs/ProxySetup",
"/guides/connmanproxysetup"
]
+++
......
......@@ -9,6 +9,7 @@ aliases = [
"/old-developer/v2020/cross-build-toolchain.html",
"/old-developer/v2021pre/cross-build-toolchain.html",
"/old-developer/v2022dev0/cross-build-toolchain.html",
"/guides/cross-build-toolchain"
]
outputs = [ "html", "pdf-in",]
date = "2019-06-27"
......
......@@ -6,7 +6,8 @@ toc = true
title = "D-Bus Services"
aliases = [
"/old-wiki/Guidelines/D-Bus_services"
"/old-wiki/Guidelines/D-Bus_services",
"/guides/d-bus_services"
]
+++
......
......@@ -3,6 +3,10 @@ date = "2019-10-25"
weight = 100
title = "Development Process"
aliases = [
"/guides/development_process",
]
+++
The process for contributing code to Apertis is the same as for many other open
......
+++
date = "2022-08-11"
title = "Documenting Apertis Interfaces"
aliases = [
"/guides/documenting-interfaces",
]
+++
# Documenting with gtk-doc
......
......@@ -8,7 +8,8 @@ aliases = [
"/old-developer/v2020/programming-guide-filesystem.html",
"/old-developer/v2021pre/programming-guide-filesystem.html",
"/old-developer/v2022dev0/programming-guide-filesystem.html",
"/old-wiki/Guidelines/Filesystem_access"
"/old-wiki/Guidelines/Filesystem_access",
"/guides/filesystem_access"
]
date = "2016-12-12"
+++
......
......@@ -5,6 +5,10 @@ toc = true
lastmod = "2022-08-11"
title = "Creating Flatpak Runtimes and Applications"
aliases = [
"/guides/flatpak",
]
+++
This guide will give an overview of the Apertis reference Flatpak runtimes,
......
......@@ -8,7 +8,8 @@ aliases = [
"/old-developer/v2020/programming-guide-gsettings.html",
"/old-developer/v2021pre/programming-guide-gsettings.html",
"/old-developer/v2022dev0/programming-guide-gsettings.html",
"/old-wiki/Guidelines/GSettings"
"/old-wiki/Guidelines/GSettings",
"/guides/gsettings"
]
date = "2016-12-12"
+++
......
......@@ -3,6 +3,10 @@ title = "Device Hardening"
date = "2021-05-28"
weight = 100
aliases = [
"/guides/hardening",
]
+++
Apertis reference implementation provides packages and images geared towards
......
......@@ -4,6 +4,10 @@ weight = 100
toc = true
title = "How to Check for API/ABI Breakage in a Package Update"
aliases = [
"/guides/how_to_check_for_api_breakage",
]
+++
This guide aims to explain how to use the `apertis-abi-compare` tool
......
......@@ -7,7 +7,8 @@ aliases = [
"/old-developer/v2020/programming-guide-introspection.html",
"/old-developer/v2021pre/programming-guide-introspection.html",
"/old-developer/v2022dev0/programming-guide-introspection.html",
"/old-wiki/Guidelines/Introspection"
"/old-wiki/Guidelines/Introspection",
"/guides/introspection"
]
date = "2016-12-12"
+++
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment