diff --git a/antora-playbook.yml b/antora-playbook.yml
index 0427f9ebf33c2352e9f74e775cbda5deb322c238..5c5257a85b6f3af3a81a23a4813b5a50f72d25cb 100644
--- a/antora-playbook.yml
+++ b/antora-playbook.yml
@@ -5,6 +5,7 @@ site:
 content:
   sources:
   - url: https://gitlab.bwg.co.kr/heywon.choi/swlab-docs.git
+    branches: [master, v1.0]
     start_path: getting-started
 ui:
   bundle:
diff --git a/getting-started/antora.yml b/getting-started/antora.yml
index b46721f7a1aee92aa039ab4634ed91065ea61150..d98d8020e4998a77bdfc77c0132e8810a33ae5ed 100644
--- a/getting-started/antora.yml
+++ b/getting-started/antora.yml
@@ -1,6 +1,6 @@
 name: swlab-docs
 title: SWLab Docs
-version: 1
+version: '2.0'
 start_page: ready-to-write/text-editor.adoc
 asciidoc:
   attributes:
diff --git a/getting-started/modules/ROOT/pages/guide-samples/blocks.adoc b/getting-started/modules/ROOT/pages/guide-samples/blocks.adoc
index 142efafedc4fbee751ab571a129ead3061eb5e35..d790992f5c61fc9d4122d0598c45a23e16487d55 100644
--- a/getting-started/modules/ROOT/pages/guide-samples/blocks.adoc
+++ b/getting-started/modules/ROOT/pages/guide-samples/blocks.adoc
@@ -1,4 +1,4 @@
-= Blocks Sample
+= Blocks
 Gildong Hong <email1@bwg.com>
 :description: The document's description. This document is about the blocks sample.
 include::../attributes/common_attrs.adoc[]
diff --git a/getting-started/modules/ROOT/pages/guide-samples/image.adoc b/getting-started/modules/ROOT/pages/guide-samples/image.adoc
index c70291fe113bc65ecb32b33a9be838ed09c5ba5a..6033221c231e2690ac499cb5a2e410669c5af1bc 100644
--- a/getting-started/modules/ROOT/pages/guide-samples/image.adoc
+++ b/getting-started/modules/ROOT/pages/guide-samples/image.adoc
@@ -1,4 +1,4 @@
-= Image Sample
+= Image
 Gildong Hong <email1@bwg.com>
 :description: The document's description. This document is about the image sample.
 include::../attributes/common_attrs.adoc[]
diff --git a/getting-started/modules/ROOT/pages/guide-samples/links.adoc b/getting-started/modules/ROOT/pages/guide-samples/links.adoc
index c6ca6cf3e824315b55ee593c9dc5b0f236fe8c2f..b5a08fb69b9dccb0d7bbe110b6b71fea8ba0fc7c 100644
--- a/getting-started/modules/ROOT/pages/guide-samples/links.adoc
+++ b/getting-started/modules/ROOT/pages/guide-samples/links.adoc
@@ -1,4 +1,4 @@
-= Links Sample
+= Links
 Gildong Hong <email1@bwg.com>
 :description: The document's description. This document is about the links sample.
 include::../attributes/common_attrs.adoc[]
diff --git a/getting-started/modules/ROOT/pages/guide-samples/list.adoc b/getting-started/modules/ROOT/pages/guide-samples/list.adoc
index 41cf07f2e0a58842587422b86398a29bcdf535e6..fe53be3a0d44b1cb1457c75ad81683913bf03659 100644
--- a/getting-started/modules/ROOT/pages/guide-samples/list.adoc
+++ b/getting-started/modules/ROOT/pages/guide-samples/list.adoc
@@ -1,4 +1,4 @@
-= List Sample
+= Lists
 Gildong Hong <email1@bwg.com>
 :description: The document's description. This document is about the list sample.
 include::../attributes/common_attrs.adoc[]
diff --git a/getting-started/modules/ROOT/pages/guide-samples/section.adoc b/getting-started/modules/ROOT/pages/guide-samples/section.adoc
index c6698597cb56c38d10732364714c63ffd6f8f603..91ad36d91dc655a496e02e7a2107ee33558bd549 100644
--- a/getting-started/modules/ROOT/pages/guide-samples/section.adoc
+++ b/getting-started/modules/ROOT/pages/guide-samples/section.adoc
@@ -1,4 +1,4 @@
-= Section sample
+= Section
 Gildong Hong <email1@bwg.com>
 :description: The document's description. This document is about the section sample.
 include::../attributes/common_attrs.adoc[]
diff --git a/getting-started/modules/ROOT/pages/guide-samples/tables.adoc b/getting-started/modules/ROOT/pages/guide-samples/tables.adoc
index 17e56c8c5845d8da26f37b0e76dc8d617bf960dc..1d46af7ae05ee57be321bac39ad47863df00d37b 100644
--- a/getting-started/modules/ROOT/pages/guide-samples/tables.adoc
+++ b/getting-started/modules/ROOT/pages/guide-samples/tables.adoc
@@ -1,4 +1,4 @@
-= Table Sample
+= Tables
 Gildong Hong <email1@bwg.com>
 :description: The document's description. This document is about the table sample.
 include::../attributes/common_attrs.adoc[]