Skip to content

Commit 5dc0f37

Browse files
committed
fix: standardize capitalization in sidebar text entries
1 parent 3116d9b commit 5dc0f37

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.vitepress/sidebar.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ export function getSidebar() {
1616
link: '/overview/helloWorld/1-overview',
1717
},
1818
{
19-
text: 'Protect data',
19+
text: 'Protect Data',
2020
link: '/overview/helloWorld/2-protectData',
2121
},
2222
{ text: 'Build iApp', link: '/overview/helloWorld/3-buildIApp' },
2323
{
24-
text: 'Manage data access',
24+
text: 'Manage Data Access',
2525
link: '/overview/helloWorld/4-manageDataAccess',
2626
},
2727
{
28-
text: 'Bonus chapter!',
28+
text: 'Bonus Chapter !',
2929
link: '/overview/helloWorld/5-bonusChapter',
3030
},
3131
],
@@ -79,7 +79,7 @@ export function getSidebar() {
7979
text: 'PROTECT AND MANAGE DATA',
8080
items: [
8181
{
82-
text: '❓  What Is Protected Data?',
82+
text: '❓  What is Protected Data?',
8383
link: '/manage-data/what-is-protected-data',
8484
},
8585
{
@@ -254,7 +254,7 @@ export function getSidebar() {
254254
],
255255
},
256256
{
257-
text: 'Read data',
257+
text: 'Read Data',
258258
collapsed: true,
259259
items: [
260260
{
@@ -335,7 +335,7 @@ export function getSidebar() {
335335
{
336336
text: 'BUILD YOUR iAPP',
337337
items: [
338-
{ text: '❓ What Is an iApp?', link: '/build-iapp/what-is-iapp' },
338+
{ text: '❓ What is an iApp?', link: '/build-iapp/what-is-iapp' },
339339
{
340340
text: '📖 Guides',
341341
items: [
@@ -374,7 +374,7 @@ export function getSidebar() {
374374
link: '/build-iapp/iapp-generator/getting-started',
375375
},
376376
{
377-
text: 'Building Your iApp',
377+
text: 'Building your iApp',
378378
link: '/build-iapp/iapp-generator/building-your-iexec-app',
379379
},
380380
{
@@ -403,11 +403,11 @@ export function getSidebar() {
403403
text: '📖 Guides',
404404
items: [
405405
{
406-
text: 'Different ways to execute an iApp',
406+
text: 'Different Ways to Execute an iApp',
407407
link: '/use-iapp/guides/different-ways-to-execute',
408408
},
409409
{
410-
text: 'Add inputs to the execution',
410+
text: 'Add Inputs to the Execution',
411411
link: '/use-iapp/guides/add-inputs-to-execution',
412412
},
413413
{
@@ -419,7 +419,7 @@ export function getSidebar() {
419419
link: '/use-iapp/guides/find-iapps',
420420
},
421421
{
422-
text: 'How to pay the executions',
422+
text: 'How to Pay the Executions',
423423
link: '/use-iapp/guides/how-to-pay-executions',
424424
},
425425
],
@@ -428,11 +428,11 @@ export function getSidebar() {
428428
text: '💰 How to Pay',
429429
items: [
430430
{
431-
text: 'How to Pay for Web3mail',
431+
text: 'How to Pay for Web3Mail',
432432
link: '/use-iapp/how-to-pay/how-to-pay-for-web3mail',
433433
},
434434
{
435-
text: 'How to Pay for Web3telegram',
435+
text: 'How to Pay for Web3Telegram',
436436
link: '/use-iapp/how-to-pay/how-to-pay-for-web3telegram',
437437
},
438438
{

0 commit comments

Comments
 (0)