+
-
-
- {alt_header || fileContent?.meta && fileContent.meta.title}
-
-
- {fileContent?.contents && fileContent.contents}
+
+
{alt_header || (fileContent?.meta && fileContent.meta.title)}
+
Hover to view
+
+
+ {fileContent?.contents}
-
+
);
}
diff --git a/website/src/components/faqs/styles.module.css b/website/src/components/faqs/styles.module.css
index e19156a3a7b..c179aa85cdc 100644
--- a/website/src/components/faqs/styles.module.css
+++ b/website/src/components/faqs/styles.module.css
@@ -1,9 +1,12 @@
-:local(.link) {
+:local(.link) :local(.headerText) {
color: var(--ifm-link-color);
+ text-decoration: none;
+ transition: text-decoration 0.3s; /* Smooth transition */
}
-:local(.link:hover) {
+:local(.link:hover) :local(.headerText),
+:local(.link:focus) :local(.headerText) {
text-decoration: underline;
cursor: pointer;
}
@@ -24,6 +27,13 @@
filter: invert(1);
}
+:local(.disclaimer) {
+ font-size: 0.8em;
+ color: #666;
+ margin-left: 10px; /* Adjust as needed */
+ text-decoration: none;
+}
+
:local(.body) {
margin-left: 2em;
margin-bottom: 10px;
diff --git a/website/static/img/docs/deploy/example-account-settings.png b/website/static/img/docs/deploy/example-account-settings.png
new file mode 100644
index 00000000000..12b8d9bc49f
Binary files /dev/null and b/website/static/img/docs/deploy/example-account-settings.png differ
diff --git a/website/static/img/docs/deploy/example-repo-caching.png b/website/static/img/docs/deploy/example-repo-caching.png
deleted file mode 100644
index 805d845dccb..00000000000
Binary files a/website/static/img/docs/deploy/example-repo-caching.png and /dev/null differ