Skip to content

Commit e9db6a9

Browse files
authored
docs: Switch to DS logos and add simple static search index (#338)
## What I am changing <!-- What were the high-level goals of the change? --> - ## How I did it <!-- How did you go about achieving these goals? Any considerations made along the way? --> - ## How you can test it <!-- How might a reviewer test your changes to verify that they work as expected? --> - ## Related Issues <!-- Reference any issues that inspired this PR. Use a keyword to auto-close any issues when this PR is merged (eg "closes #1") --> -
1 parent 5f69a46 commit e9db6a9

9 files changed

Lines changed: 358 additions & 7 deletions

File tree

docs/docusaurus.config.ts

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ const config: Config = {
170170
title: "deck.gl-raster",
171171
tagline:
172172
"Client-side, GPU-accelerated Cloud-Optimized GeoTIFF (and soon Zarr) visualization in deck.gl",
173-
favicon: "img/favicon.ico",
173+
favicon: "img/ds_favicon.png",
174174

175175
future: {
176176
v4: true,
@@ -191,7 +191,11 @@ const config: Config = {
191191
locales: ["en"],
192192
},
193193

194-
plugins: [...typedocPlugins, ...contentDocsPlugins],
194+
plugins: [
195+
...typedocPlugins,
196+
...contentDocsPlugins,
197+
"@cmfcmf/docusaurus-search-local",
198+
],
195199

196200
presets: [
197201
[
@@ -224,7 +228,7 @@ const config: Config = {
224228
title: "deck.gl-raster",
225229
logo: {
226230
alt: "deck.gl-raster logo",
227-
src: "img/logo.svg",
231+
src: "img/ds-logo-symbol--pos-neg.svg",
228232
},
229233
items: [
230234
{

docs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"typecheck": "tsc"
1717
},
1818
"dependencies": {
19+
"@cmfcmf/docusaurus-search-local": "^2.0.1",
1920
"@docusaurus/core": "3.9.2",
2021
"@docusaurus/preset-classic": "3.9.2",
2122
"@mdx-js/react": "^3.0.0",

docs/static/img/docusaurus.png

-5.02 KB
Binary file not shown.
Lines changed: 20 additions & 0 deletions
Loading

docs/static/img/ds_favicon.png

1.46 KB
Loading

docs/static/img/favicon.ico

-3.54 KB
Binary file not shown.

docs/static/img/logo.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/morecantile/src/types/spec/tileMatrixSet.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ export interface TileMatrixSetDefinition {
3030
* Reference to an official source for this tileMatrixSet
3131
*/
3232
uri?: string;
33-
/**
34-
* @minItems 1
35-
*/
3633
orderedAxes?: [string, ...string[]];
3734
crs: CRS;
3835
/**

0 commit comments

Comments
 (0)