Skip to content

Commit d8ea538

Browse files
Fix getting started guide to use correct syntax (#110)
* fix float right and start converting getting started page * fix formatting of getting started guide to use asciidoc
1 parent e4bc767 commit d8ea538

File tree

7 files changed

+162
-255
lines changed

7 files changed

+162
-255
lines changed

docs/guides/modules/ROOT/nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
*** xref:getting-started:first-steps.adoc[Sign up and try CircleCI]
1010
*** xref:getting-started:invite-your-team.adoc[Join teammates on CircleCI]
1111
*** xref:getting-started:create-project.adoc[Create a project]
12+
*** xref:getting-started:getting-started.adoc[Quickstart guide]
1213
** How-to guides
1314
*** xref:getting-started:hello-world.adoc[Hello World]
1415
*** xref:getting-started:introduction-to-yaml-configurations.adoc[Introduction to YAML configuration]

docs/guides/modules/ROOT/partials/tips/check-github-type.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
[TIP]
2-
====
1+
****
32
**Check your project slug to discover which GitHub integration you have set up:**
43
54
. Head to the link:https://app.circleci.com/home[CircleCI web app] and select your org from the cards on your user homepage.
@@ -12,4 +11,4 @@
1211
* **GitHub OAuth app**: Project slug is human readable. For example, `github/circleci/circleci-demo-workflows`.
1312
1413
For more information about the differences, see the xref:guides:integration:version-control-system-integration-overview.adoc[VCS integration overview].
15-
====
14+
****

docs/guides/modules/getting-started/pages/getting-started.adoc

Lines changed: 153 additions & 252 deletions
Large diffs are not rendered by default.

ui/src/css/doc.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,12 @@
175175

176176
.doc .right {
177177
float: right;
178+
max-width: 50%;
179+
height: auto;
180+
margin: 0 0 1rem 1rem;
181+
border-radius: 8px;
182+
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
183+
overflow: hidden;
178184
}
179185

180186
.doc .left {

0 commit comments

Comments
 (0)