Skip to content

Commit f90f7b5

Browse files
authored
chore(gatsby): Reorder page title (#377)
1 parent 2198e3a commit f90f7b5

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

docs/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@ While highly configurable ocular-dev-tools is very opinionated in choice of tool
1111

1212
## About gatsby-theme-ocular
1313

14-
<<<<<<< HEAD
1514
The vis.gl team needed a system to build documentation websites with the least amount of friction. Our first use case has been the websites for the various visualization projects such as [deck.gl](https://deck.gl) [luma.gl](https://luma.gl) or [loaders.gl](https://loaders.gl).
16-
=======
17-
The vis.gl team needed a system to build documentation websites with the least amount of friction. Our first use case has been the websites for the various visualization projects such as [deck.gl](https://deck.gl) [luma.gl](https://luma.gl) or [loaders.gl](https://loaders.gl).
18-
>>>>>>> chore(docs): Split docs per module
1915

2016
We wanted:
2117
- to organize documentation files with a table of contents, navigation and search;

modules/gatsby-theme-ocular/docs/creating-content/interactive-examples.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import App from '../../../examples/minimal/app';
1+
import App from '../../../../examples/dev-tools/src/app';
22

33
# Interactive Examples
44

modules/gatsby-theme-ocular/src/react/templates/top-level-layout.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export default class Layout extends React.Component {
151151
const theme = this.getTheme();
152152
let title = config.PROJECT_NAME;
153153
if (pageContext.title) {
154-
title += ` | ${pageContext.title}`;
154+
title = `${pageContext.title} | ${title}`;
155155
}
156156

157157
return (

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -5071,9 +5071,9 @@ caniuse-api@^3.0.0:
50715071
lodash.uniq "^4.5.0"
50725072

50735073
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001219:
5074-
version "1.0.30001246"
5075-
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001246.tgz"
5076-
integrity sha512-Tc+ff0Co/nFNbLOrziBXmMVtpt9S2c2Y+Z9Nk9Khj09J+0zR9ejvIW5qkZAErCbOrVODCx/MN+GpB5FNBs5GFA==
5074+
version "1.0.30001247"
5075+
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001247.tgz"
5076+
integrity sha512-4rS7co+7+AoOSPRPOPUt5/GdaqZc0EsUpWk66ofE3HJTAajUK2Ss2VwoNzVN69ghg8lYYlh0an0Iy4LIHHo9UQ==
50775077

50785078
capture-exit@^1.2.0:
50795079
version "1.2.0"

0 commit comments

Comments
 (0)