0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Go9 forks (9 forks)auto 404
enhancementhelp wanted
Repository metrics
- Stars
- 71 stars (71 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
-
Add frontmatter metadata to all pages - at the very least
description:
canonical_path:
twitter_image:
-
Generate a sitemap file for all of the published pages i.e.
for handbook: about.sourcegraph.com/sitemap-handbook.xml
for docs: docs.sourcegraph.com/sitemap.xml
Contributor guide
- Research direction
- Investigate the docsite codebase to understand how pages are rendered and where to add frontmatter metadata. For sitemap generation, look at existing Go libraries and implement a sitemap generation step.
- Tech stack
- go
- Domain
- documentationweb dev
- Issue type
- Documentation
- Prerequisites
- GoWeb development basics