Skip to content

Commit

Permalink
More doc tweaks (#740)
Browse files Browse the repository at this point in the history
* Add a repo url

This will let people jump directly to editing the docs from the UI,
in case further tweaks are required.

* Fix omitted renaming of "edge server" to "edge service"

* Hide the prev/next buttons by default

They aren't very useful and cause the header to collapse vertically
in a very awkward way.
  • Loading branch information
wlach authored Aug 13, 2019
1 parent f8bff29 commit 0952700
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions custom_docs_theme/main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{% extends "base.html" %}

{% block next_prev %}
{% endblock %}
2 changes: 1 addition & 1 deletion docs/architecture/edge_service_specification.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Edge Server Specification
# Edge Service Specification

This document specifies the behavior of the server that accepts submissions
from HTTP clients e.g. Firefox telemetry.
Expand Down
2 changes: 1 addition & 1 deletion docs/ingestion-edge/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ingestion Edge Server
# Ingestion Edge Service

A simple service for delivering HTTP messages to Google Cloud PubSub

Expand Down
7 changes: 7 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
site_name: GCP Ingestion
site_description: Mozilla Telemetry ingestion on Google Cloud Platform
site_author: Mozilla Data Platform Team

repo_url: https://github.com/mozilla/gcp-ingestion/

nav:
- Home: index.md
- ingestion-edge: ingestion-edge/index.md
Expand All @@ -18,3 +21,7 @@ nav:
- Edge Server Specification: architecture/edge_service_specification.md
- BigQuery Sink Specification: architecture/bigquery_sink_specification.md
- Decoder Service Specification: architecture/decoder_service_specification.md

theme:
name: mkdocs
custom_dir: custom_docs_theme/

0 comments on commit 0952700

Please sign in to comment.