From: Takashi Sakamoto Date: Thu, 26 May 2022 11:01:50 +0000 (+0900) Subject: doc: change URL for help pages X-Git-Tag: v0.3.0~141 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=ed31386136558279b2ba324544d89b5eea3a8196;p=alsa-gobject.git doc: change URL for help pages After discussion about help pages for software under gobject-introspection team of alsa-project organization in github.com, new repository is used for the new URL to aggregate them. This commit changes URL for the help pages and adds minor integration. Reference: https://lore.kernel.org/alsa-devel/YmagC3V3t0k84k9A@workstation/ Signed-off-by: Takashi Sakamoto --- diff --git a/doc/ctl/alsactl.toml.in b/doc/ctl/alsactl.toml.in index e33c66f..3ae9e41 100644 --- a/doc/ctl/alsactl.toml.in +++ b/doc/ctl/alsactl.toml.in @@ -3,9 +3,12 @@ version = "@VERSION@" description = "alsactl" authors = "Takashi Sakamoto" license = "LGPL-3.0-or-later" -website_url = "https://alsa-project.github.io/alsa-gobject-docs/alsactl/" +website_url = "https://alsa-project.github.io/gobject-introspection-docs/alsactl/" +doc_url = "https://alsa-project.github.io/gobject-introspection-docs/alsactl/" browse_url = "https://github.com/alsa-project/alsa-gobject" repository_url = "https://github.com/alsa-project/alsa-gobject.git" +devhelp=true +search_index=true dependencies = [ "GLib-2.0", diff --git a/doc/hwdep/alsahwdep.toml.in b/doc/hwdep/alsahwdep.toml.in index 239e74a..a63ce78 100644 --- a/doc/hwdep/alsahwdep.toml.in +++ b/doc/hwdep/alsahwdep.toml.in @@ -3,9 +3,12 @@ version = "@VERSION@" description = "alsahwdep" authors = "Takashi Sakamoto" license = "LGPL-3.0-or-later" -website_url = "https://alsa-project.github.io/alsa-gobject-docs/alsahwdep/" +website_url = "https://alsa-project.github.io/gobject-introspection-docs/alsahwdep/" +docs_url = "https://alsa-project.github.io/gobject-introspection-docs/alsahwdep/" browse_url = "https://github.com/alsa-project/alsa-gobject" repository_url = "https://github.com/alsa-project/alsa-gobject.git" +devhelp=true +search_index=true dependencies = [ "GLib-2.0", diff --git a/doc/rawmidi/alsarawmidi.toml.in b/doc/rawmidi/alsarawmidi.toml.in index 7ca263c..2ede6d4 100644 --- a/doc/rawmidi/alsarawmidi.toml.in +++ b/doc/rawmidi/alsarawmidi.toml.in @@ -3,9 +3,12 @@ version = "@VERSION@" description = "alsarawmidi" authors = "Takashi Sakamoto" license = "LGPL-3.0-or-later" -website_url = "https://alsa-project.github.io/alsa-gobject-docs/alsarawmidi/" +website_url = "https://alsa-project.github.io/gobject-introspection-docs/alsarawmidi/" +docs_url = "https://alsa-project.github.io/gobject-introspection-docs/alsarawmidi/" browse_url = "https://github.com/alsa-project/alsa-gobject" repository_url = "https://github.com/alsa-project/alsa-gobject.git" +devhelp=true +search_index=true dependencies = [ "GLib-2.0", diff --git a/doc/seq/alsaseq.toml.in b/doc/seq/alsaseq.toml.in index 26f5099..39e9988 100644 --- a/doc/seq/alsaseq.toml.in +++ b/doc/seq/alsaseq.toml.in @@ -3,9 +3,12 @@ version = "@VERSION@" description = "alsaseq" authors = "Takashi Sakamoto" license = "LGPL-3.0-or-later" -website_url = "https://alsa-project.github.io/alsa-gobject-docs/alsaseq/" +website_url = "https://alsa-project.github.io/gobject-introspection-docs/alsaseq/" +docs_url = "https://alsa-project.github.io/gobject-introspection-docs/alsaseq/" browse_url = "https://github.com/alsa-project/alsa-gobject" repository_url = "https://github.com/alsa-project/alsa-gobject.git" +devhelp=true +search_index=true dependencies = [ "GLib-2.0", diff --git a/doc/timer/alsatimer.toml.in b/doc/timer/alsatimer.toml.in index 5ac6b3a..9314d7d 100644 --- a/doc/timer/alsatimer.toml.in +++ b/doc/timer/alsatimer.toml.in @@ -3,9 +3,12 @@ version = "@VERSION@" description = "alsatimer" authors = "Takashi Sakamoto" license = "LGPL-3.0-or-later" -website_url = "https://alsa-project.github.io/alsa-gobject-docs/alsatimer/" +website_url = "https://alsa-project.github.io/gobject-introspection-docs/alsatimer/" +docs_url = "https://alsa-project.github.io/gobject-introspection-docs/alsatimer/" browse_url = "https://github.com/alsa-project/alsa-gobject" repository_url = "https://github.com/alsa-project/alsa-gobject.git" +devhelp=true +search_index=true dependencies = [ "GLib-2.0",