diff --git a/README.md b/README.md index e2fe9d52df..8976d608a2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # M3 [![GoDoc][doc-img]][doc] [![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov] [![FOSSA Status][fossa-img]][fossa] +

M3 Logo

+ [Distributed TSDB](https://docs.m3db.io/m3db/) and [Query Engine](https://docs.m3db.io/how_to/query/), [Prometheus Sidecar](https://docs.m3db.io/integrations/prometheus/), [Metrics Aggregator](https://docs.m3db.io/overview/components/#m3-aggregator), and more such as [Graphite storage and query engine](https://docs.m3db.io/integrations/graphite/). More information: diff --git a/site/content/how_to/cluster_hard_way.md b/site/content/how_to/cluster_hard_way.md index 346b4b781f..fd63e40ea7 100644 --- a/site/content/how_to/cluster_hard_way.md +++ b/site/content/how_to/cluster_hard_way.md @@ -10,7 +10,7 @@ This document lists the manual steps involved in deploying a M3DB cluster. In pr A quick primer on M3DB architecture. Here’s what a typical deployment looks like: -![Typical Deployment](/docs/cluster_architecture.png) +![Typical Deployment](/cluster_architecture.png) A few different things to highlight about the diagram: diff --git a/site/go.mod b/site/go.mod index 9158b62a16..cc094f5e0a 100644 --- a/site/go.mod +++ b/site/go.mod @@ -4,5 +4,5 @@ go 1.15 require ( github.com/chronosphereio/docs-theme v0.0.0-20201022162748-0ed11ce73f36 // indirect - github.com/chronosphereio/victor v0.0.0-20201116125303-247fa0ea9ed5 // indirect + github.com/chronosphereio/victor v0.0.0-20201116163333-353bdc2746cd // indirect ) diff --git a/site/go.sum b/site/go.sum index b595e36b4c..b825f16374 100644 --- a/site/go.sum +++ b/site/go.sum @@ -9,3 +9,5 @@ github.com/chronosphereio/victor v0.0.0-20201116123616-0454e7256e57 h1:EXZaeDfAk github.com/chronosphereio/victor v0.0.0-20201116123616-0454e7256e57/go.mod h1:wz1ngMsk+1D1ug2ObnI3zXs+/ZdBPrWLb6R1WQW3XNM= github.com/chronosphereio/victor v0.0.0-20201116125303-247fa0ea9ed5 h1:/eksfMA9uddkIKZ5A6zcpVHjASfV6sVuNDXHSAgMtx0= github.com/chronosphereio/victor v0.0.0-20201116125303-247fa0ea9ed5/go.mod h1:wz1ngMsk+1D1ug2ObnI3zXs+/ZdBPrWLb6R1WQW3XNM= +github.com/chronosphereio/victor v0.0.0-20201116163333-353bdc2746cd h1:6iKb0tNHpJX+3WKyv0s/dZ1IN8U7CMylYRPsv7Rjdpo= +github.com/chronosphereio/victor v0.0.0-20201116163333-353bdc2746cd/go.mod h1:wz1ngMsk+1D1ug2ObnI3zXs+/ZdBPrWLb6R1WQW3XNM= diff --git a/site/static/images/logo-square.png b/site/static/images/logo-square.png new file mode 100644 index 0000000000..d10c4af195 Binary files /dev/null and b/site/static/images/logo-square.png differ