Skip to content

Commit aa419e3

Browse files
committed
website: re-generate commons
1 parent d670b3e commit aa419e3

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

website/docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ const config: Config = {
135135
// Please change this to your repo.
136136
// Remove this to remove the "edit this page" links.
137137
editUrl:
138-
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
138+
'https://github.com/xpack-dev-tools/xpack-dev-tools.github.io/edit/xpack/website/',
139139
showLastUpdateTime: true,
140140
blogSidebarCount: 8,
141141
authorsMapPath: '../authors.yml',
@@ -266,7 +266,7 @@ const config: Config = {
266266
metadata: [
267267
{
268268
name: 'keywords',
269-
content: 'xpack, binary, development, tools'
269+
content: 'xpack, binary, development, tools, reproducibility'
270270
}
271271
],
272272
navbar: {

website/src/components/HomepageFeatures/styles.module.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.features {
77
display: flex;
88
align-items: center;
9-
padding: 2rem 0 0.5rem 0;
9+
padding: 2rem 0 0.5rem 0; /* 2rem 0; */
1010
width: 100%;
1111
}
1212

@@ -15,6 +15,10 @@
1515
width: 100px;
1616
}
1717

18+
/* ------------------------------------------------------------------------- */
19+
1820
svg.featureSvg path {
1921
stroke: var(--docusaurus-svg-color);
2022
}
23+
24+
/* ------------------------------------------------------------------------- */

website/src/css/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
--docusaurus-svg-color: #CDCDCD;
3535
}
3636

37+
/* ------------------------------------------------------------------------- */
38+
3739
/* For the home page xpm install field */
3840
p.hero__code code {
3941
color: var(--ifm-font-color-base)
@@ -119,3 +121,5 @@ img.mac-stadium-img {
119121
float: right;
120122
width: 200px;
121123
}
124+
125+
/* ------------------------------------------------------------------------- */

website/src/pages/index.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* and scoped locally.
77
*/
88

9-
.heroBanner {
9+
.heroBanner {
1010
padding: 2rem 0; /* 4rem 0; */
1111
text-align: center;
1212
position: relative;

website/static/img/favicon.ico

13.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)