@@ -7,8 +7,9 @@ import { defineConfig } from "rspress/config";
77
88export default defineConfig ( {
99 root : path . join ( __dirname , "docs" ) ,
10- title : "Extension.js • Make it very easy to develop cross-browser extensions" ,
11- description : "Make it very easy to develop cross-browser extensions" ,
10+ title : "The Cross-Browser Extension Framework • Extension.js" ,
11+ description :
12+ "Extension.js makes it very easy to create, develop, and distribute cross-browser extensions with no build configuration." ,
1213 lang : "en" ,
1314 logo : {
1415 light :
@@ -36,7 +37,7 @@ export default defineConfig({
3637 image :
3738 "https://github.com/user-attachments/assets/410bc1bc-a2dd-4c89-97e7-dffc18a0d035" ,
3839 description :
39- "Create cross-browser extensions with no build configuration." ,
40+ "Extension.js makes it very easy to create, develop, and distribute cross-browser extensions with no build configuration." ,
4041 twitter : {
4142 site : "@extensionjs" ,
4243 card : "summary_large_image" ,
@@ -83,9 +84,9 @@ export default defineConfig({
8384 locales : [
8485 {
8586 lang : "en" ,
86- title : "Extension" ,
87+ title : "The Cross-Browser Extension Framework • Extension.js " ,
8788 description :
88- "Create cross-browser extensions with no build configuration" ,
89+ "Extension.js makes it very easy to create, develop, and distribute cross-browser extensions with no build configuration. " ,
8990 label : "English" ,
9091 editLink : {
9192 docRepoBaseUrl : "https://github.com/extension-js/docs/tree/main/docs" ,
0 commit comments