Skip to content

Commit 73a8641

Browse files
committed
[full] Edit
1 parent a933331 commit 73a8641

9 files changed

+15
-8
lines changed

Blog/blog/2022-11-09-toggle-stacked-download-graph-in-crates-io.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
slug: 2022-11-09-toggle-stacked-download-graph-in-crates-io
33
title: Toggle Stacked Download Graph in crates.io
4-
author: SeaQL Team
5-
author_title: Billy Chan
6-
author_url: https://github.com/SeaQL
7-
author_image_url: https://www.sea-ql.org/SeaORM/img/SeaQL.png
4+
author: Billy Chan
5+
author_title: SeaQL Team
6+
author_url: https://github.com/billy1624
7+
author_image_url: https://avatars.githubusercontent.com/u/30400950?v=4
88
tags: [news]
99
---
1010

Blog/blog/2024-01-18-community-survey-2023.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
slug: 2024-01-18-community-survey-2023
33
title: SeaQL Community Survey 2023 Results
4-
author: SeaQL Team
5-
author_title: Billy Chan
6-
author_url: https://github.com/SeaQL
7-
author_image_url: https://www.sea-ql.org/SeaORM/img/SeaQL.png
4+
author: Billy Chan
5+
author_title: SeaQL Team
6+
author_url: https://github.com/billy1624
7+
author_image_url: https://avatars.githubusercontent.com/u/30400950?v=4
88
tags: [news]
99
toc_max_heading_level: 2
1010
---

Blog/docusaurus.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ module.exports = {
105105
additionalLanguages: [
106106
'toml',
107107
'rust',
108+
'bash',
108109
],
109110
},
110111
algolia: {

SeaORM-X/docusaurus.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ module.exports = {
136136
additionalLanguages: [
137137
'toml',
138138
'rust',
139+
'bash',
139140
],
140141
},
141142
// algolia: {

SeaORM/docusaurus.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ module.exports = {
156156
additionalLanguages: [
157157
'toml',
158158
'rust',
159+
'bash',
159160
],
160161
},
161162
algolia: {

SeaQuery/docusaurus.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ module.exports = {
114114
additionalLanguages: [
115115
'toml',
116116
'rust',
117+
'bash',
117118
],
118119
},
119120
// algolia: {

SeaStreamer/docusaurus.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ module.exports = {
119119
additionalLanguages: [
120120
'toml',
121121
'rust',
122+
'bash',
122123
],
123124
},
124125
// algolia: {

Seaography/docusaurus.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ const config = {
172172
additionalLanguages: [
173173
'toml',
174174
'rust',
175+
'bash',
175176
],
176177
},
177178
algolia: {

StarfishQL/docusaurus.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ module.exports = {
127127
additionalLanguages: [
128128
'toml',
129129
'rust',
130+
'bash',
130131
],
131132
},
132133
algolia: {

0 commit comments

Comments
 (0)