Skip to content

Commit b358437

Browse files
committed
Merge branch 'develop' into feature/RZA-250034
2 parents f453f45 + e8ebbe1 commit b358437

File tree

125 files changed

+4875
-704
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+4875
-704
lines changed

.vscode/dictionaries/project-words.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@ jsonify
2323
kmeans
2424
linalg
2525
lucide
26+
matras
2627
Organja
2728
orgenja
2829
Peina
2930
prerender
3031
Reddy
3132
roboto
3233
Rushi
34+
sanyukat
3335
shadcn
3436
signup
3537
sitemapindex

abcd.code-workspace

Lines changed: 30 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,25 @@
7373
"javascript": "javascriptreact"
7474
},
7575
"eslint.options": {
76-
"extensions": [".js", ".jsx", ".md", ".mdx", ".ts", ".tsx", ".astro"]
77-
},
78-
"eslint.validate": ["mdx", "markdown", "javascript", "javascriptreact", "typescript", "typescriptreact", "astro"],
76+
"extensions": [
77+
".js",
78+
".jsx",
79+
".md",
80+
".mdx",
81+
".ts",
82+
".tsx",
83+
".astro"
84+
]
85+
},
86+
"eslint.validate": [
87+
"mdx",
88+
"markdown",
89+
"javascript",
90+
"javascriptreact",
91+
"typescript",
92+
"typescriptreact",
93+
"astro"
94+
],
7995
"explorer.compactFolders": false,
8096
"explorer.confirmDelete": false,
8197
"explorer.confirmDragAndDrop": false,
@@ -103,7 +119,10 @@
103119
},
104120
"git.autofetch": true,
105121
"git.branchPrefix": "feature/",
106-
"git.branchProtection": ["develop", "main"],
122+
"git.branchProtection": [
123+
"develop",
124+
"main"
125+
],
107126
"git.branchRandomName.enable": true,
108127
"git.confirmSync": false,
109128
"git.enableCommitSigning": false,
@@ -114,7 +133,9 @@
114133
"js/ts.implicitProjectConfig.checkJs": true,
115134
"peacock.affectSideBarBorder": true,
116135
"peacock.color": "#abcd00",
117-
"prettier.documentSelectors": ["**/*.astro"],
136+
"prettier.documentSelectors": [
137+
"**/*.astro"
138+
],
118139
"prettier.printWidth": 120,
119140
"prettier.quoteProps": "consistent",
120141
"prettier.singleQuote": false,
@@ -153,11 +174,11 @@
153174
"titleBar.activeBackground": "#abcd00",
154175
"titleBar.activeForeground": "#15202b",
155176
"titleBar.inactiveBackground": "#abcd0099",
156-
"titleBar.inactiveForeground": "#15202b99",
157-
"tab.activeBorder": "#d5ff01"
177+
"titleBar.inactiveForeground": "#15202b99"
158178
},
159179
"files.exclude": {
160-
"**/.git": false
180+
"**/.git": false,
181+
"**/.git/": true
161182
},
162183
"workbench.editor.pinnedTabSizing": "compact",
163184
"workbench.editor.pinnedTabsOnSeparateRow": true,
@@ -171,4 +192,4 @@
171192
".githooks/**": true
172193
}
173194
}
174-
}
195+
}

docs/pages.md

Lines changed: 62 additions & 22 deletions
5.67 MB

public/map/images/andaman.webp

565 KB

public/map/images/andhra.jpg

-36.2 KB
Binary file not shown.

public/map/images/andhra.webp

545 KB

public/map/images/arunachal.jpeg

-15.1 KB
Binary file not shown.

public/map/images/arunachal.webp

632 KB

public/map/images/assam.jpg

-49.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)