1 parent ae7dce7 commit 158e7f0Copy full SHA for 158e7f0
1 file changed
docs/plugins/swm-geo.js
@@ -2,9 +2,6 @@ const fs = require('node:fs');
2
const path = require('node:path');
3
4
const ORGANIZATION_ID = 'https://swmansion.com/#organization';
5
-// Section names come from the folder a page lives in. `docs` is the only
6
-// segment worth renaming - `blog` and `examples` already title-case to
7
-// themselves, so listing them bought nothing.
8
const SECTION_NAMES = { docs: 'Documentation' };
9
const ACRONYMS = { api: 'API', ui: 'UI' };
10
0 commit comments