Skip to content

Commit 6a8fc7a

Browse files
committed
css updates for landing page and text update
1 parent 0f5da2a commit 6a8fc7a

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

conf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2268,7 +2268,7 @@ contents:
22682268
repo: terraform-provider-ec
22692269
path: docs-elastic/
22702270

2271-
- title: Legacy Documentation
2271+
- title: Archive
22722272
sections:
22732273
- title: Elastic Stack and Google Cloud's Anthos
22742274
noindex: 1

extra/docs_landing.html

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,23 @@
7979
text-align: center;
8080
}
8181

82+
#guide #viewall h2 {
83+
font-size: 40px !important;
84+
font-weight: 600 !important;
85+
margin: 16px 0 !important;
86+
}
87+
8288
#guide h2 {
83-
font-size: 40px;
89+
text-align: left;
90+
font-size: 20px;
91+
margin: 16px 16px;
8492
font-weight: 500;
85-
margin: 16px 0;
8693
}
8794
#guide h3 {
88-
margin: 0;
89-
font-weight: 400;
95+
text-align: left;
96+
font-size: 20px;
97+
margin: 16px 16px;
98+
font-weight: 500;
9099
}
91100

92101
#guide .patterns:before {
@@ -427,7 +436,7 @@
427436
</style>
428437

429438
<div class="old-elastic-experience-warning">
430-
You are viewing the old Elastic docs experience. To view the new experience, go to <a href="https://www.elastic.co/docs">elastic.co/docs</a>.
439+
You are viewing the previous version of Elastic docs. To view the current docs, go to <a href="https://www.elastic.co/docs">elastic.co/docs</a>.
431440
</div>
432441

433442
<div class="legalnotice"></div>

0 commit comments

Comments
 (0)