This is an automated email from the ASF dual-hosted git repository. aloalt pushed a commit to branch 2pk03-YT in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git
commit a80ce43f22fe1359a87653c7a1a22b0069bb5524 Author: Alexander Alten <[email protected]> AuthorDate: Tue Apr 9 11:06:30 2024 +0200 add YouTube channel --- docusaurus.config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index e86b952f..883144ec 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -157,6 +157,10 @@ const config: Config = { label: 'Mailing list', href: 'https://lists.apache.org/[email protected]', }, + { + label: 'YouTube', + href: 'https://www.youtube.com/@apachewayang', + }, { label: 'LinkedIn', href: 'https://www.linkedin.com/company/apachewayang',
