Skip to content

Commit

Permalink
Replace Wiki links outside of blog with new docs site links (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinkiama authored Jul 4, 2024
1 parent 80b1bed commit 312533d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
16 changes: 5 additions & 11 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ blog = "Blog"
documentation = "Docs"
community = "Community"
source_code = "Source Code"
wiki = "Wiki"
tagline = "A Familiar Way To Develop Applications"
get_started = "Get Started"
view_source_code = "View Source Code"
Expand Down Expand Up @@ -141,7 +140,6 @@ blog = "Blog"
documentation = "Dokumentace"
community = "Komunita"
source_code = "Zdrojový kód"
wiki = "Wiki"
tagline = "Známý způsob vývoje aplikací"
get_started = "Začít"
view_source_code = "Zobrazit zdrojový kód"
Expand Down Expand Up @@ -221,7 +219,6 @@ blog = "Blog"
documentation = "Docs"
community = "communauté"
source_code = "Le code source"
wiki = "Wiki"
tagline = "Développer des applications de manière naturelle et efficace"
get_started = "Commencer"
view_source_code = "Afficher le code source"
Expand Down Expand Up @@ -301,7 +298,6 @@ blog = "Blog"
documentation = "Documentação"
community = "Comunidade"
source_code = "Código-fonte"
wiki = "Wiki"
tagline = "Uma forma familiar de desenvolver aplicações"
get_started = "Começar"
view_source_code = "Ver o código-fonte"
Expand Down Expand Up @@ -381,7 +377,6 @@ blog = "Блог"
documentation = "Документация"
community = "Сообщество"
source_code = "Исходный код"
wiki = "Вики"
tagline = "Знакомый способ разработки приложений"
get_started = "Начать"
view_source_code = "Показать исходный код"
Expand Down Expand Up @@ -461,7 +456,6 @@ blog = "博客"
documentation = "文档"
community = "社区"
source_code = "源码"
wiki = "维基"
tagline = "开发应用程序的熟悉方式"
get_started = "入门"
view_source_code = "查看源代码"
Expand Down Expand Up @@ -535,17 +529,17 @@ devel = "Development"
[extra]
# Put all your custom variables here

docs_url="https://wiki.gnome.org/Projects/Vala/Documentation"
docs_url="https://docs.vala.dev"

tutorial_url = "https://wiki.gnome.org/Projects/Vala/Documentation#Getting_Started"
tutorial_url = "https://docs.vala.dev/installation-guide.html"

language_source_code_url = "https://gitlab.gnome.org/GNOME/vala"

site_source_code_url = "https://github.com/vala-lang/vala-www"

license_url = "https://creativecommons.org/licenses/by-sa/4.0/"

wiki_url = "https://wiki.gnome.org/Projects/Vala/"
installation_guide = "https://docs.vala.dev/installation-guide.html"

[extra.features]

Expand All @@ -564,7 +558,7 @@ vala_language_server = "https://github.com/vala-lang/vala-language-server"

vala_lint = "https://github.com/vala-lang/vala-lint"

valadoc = "https://docs.vala.dev/"
valadoc = "https://valadoc.org"

gnome_builder = "https://apps.gnome.org/en-GB/app/org.gnome.Builder/"

Expand All @@ -574,7 +568,7 @@ vim = "https://github.com/arrufat/vala.vim"

meson = "https://mesonbuild.com/Vala.html"

documentation = "https://wiki.gnome.org/Projects/Vala/Tools"
documentation = "https://docs.vala.dev/tooling/index.html"

[extra.socials]

Expand Down
1 change: 0 additions & 1 deletion templates/macros/body.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<li><a href="{{ get_url(path='/', lang=lang) }}#community">{{ trans(key='community', lang=lang) }}</a></li>
<li><a href="{{ get_url(path='@/blog/_index.md') }}">{{ trans(key='blog', lang=lang) }}</a></li>
<li><a href="{{ config.extra.language_source_code_url }}">{{ trans(key='source_code', lang=lang) }}</a></li>
<li><a href="{{ config.extra.wiki_url }}">{{ trans(key='wiki', lang=lang) }}</a></li>
</ul>
<button aria-label="Menu" class="menu-toggle">
<span class="hamburger"></span>
Expand Down
2 changes: 1 addition & 1 deletion templates/partials/versions.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ <h2>{{ trans(key='current_versions', lang=lang) }}</h2>
<a href="https://gitlab.gnome.org/GNOME/vala/-/commits/main">Vala {{ config.extra.versions.devel }}</a> ({{ trans(key='devel', lang=lang) }})
</li>
</ul>
<a href="https://wiki.gnome.org/Projects/Vala/ValaPlatforms">{{ trans(key='install_how', lang=lang) }}</a>
<a href="{{ config.extra.installation_guide }}">{{ trans(key='install_how', lang=lang) }}</a>

0 comments on commit 312533d

Please sign in to comment.