Skip to content

Commit 46c78e7

Browse files
Docs: new logo and fix typos
1 parent cdd17ca commit 46c78e7

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

site/docs/concepts/advanced/projections.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1+
# Projections
2+
13
:::tip
24
Projections are an advanced concept of Flow.
35
You can use Flow without knowing the details of projections,
46
but this section may help you better understand how Flow works.
57
:::
68

7-
# Projections
8-
99
Flow documents are arbitrary JSON, and may contain multiple levels of hierarchy and nesting.
1010
However, systems that Flow integrates with often model flat tables of rows and columns, without hierarchy.
1111
Others are somewhere in between.

site/docs/reference/organizing-catalogs.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
---
32
sidebar_position: 4
43
---

site/docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ const config = {
1313
baseUrl: '/',
1414
onBrokenLinks: 'throw',
1515
onBrokenMarkdownLinks: 'warn',
16-
favicon: 'img/favicon.ico',
16+
favicon: 'img/favicon-2.ico',
1717
organizationName: 'estuary',
1818
projectName: 'flow',
1919
trailingSlash: true,
2020

2121
plugins: [
2222
[
23-
require.resolve('docusaurus-lunr-search'),
23+
require.resolve('docusaurus-lunr-search'),
2424
{
2525
// @ts-ignore
2626
excludeRoutes: [
@@ -61,7 +61,7 @@ const config = {
6161
title: 'Estuary Flow',
6262
logo: {
6363
alt: 'Estuary Flow Logo',
64-
src: 'img/EstuaryAnimated.gif',
64+
src: 'img/estuary-new.png',
6565
},
6666
items: [
6767
{

site/static/img/favicon-2.ico

15 KB
Binary file not shown.

0 commit comments

Comments
 (0)