diff --git a/lib/gis/parser_md.c b/lib/gis/parser_md.c index 7a556874265..23b1f2e1a15 100644 --- a/lib/gis/parser_md.c +++ b/lib/gis/parser_md.c @@ -52,9 +52,6 @@ void G__usage_markdown(void) fprintf(stdout, "keywords: [ "); G__print_keywords(stdout, NULL, FALSE); fprintf(stdout, " ]"); - fprintf(stdout, "tags: [ "); - G__print_keywords(stdout, NULL, FALSE); - fprintf(stdout, " ]"); fprintf(stdout, "\n---\n\n"); /* main header */ diff --git a/man/mkdocs/mkdocs.yml b/man/mkdocs/mkdocs.yml index 90acd3df55d..ed5add83e6f 100644 --- a/man/mkdocs/mkdocs.yml +++ b/man/mkdocs/mkdocs.yml @@ -76,7 +76,8 @@ extra_css: plugins: - search - glightbox - - tags + - tags: + tags_name_property: keywords - social: cards_layout_options: background_color: rgb(76, 176, 91)