diff --git a/build/doctrees/environment.pickle b/build/doctrees/environment.pickle
index eee3577..0d8a4c0 100644
Binary files a/build/doctrees/environment.pickle and b/build/doctrees/environment.pickle differ
diff --git a/build/doctrees/index.doctree b/build/doctrees/index.doctree
index abbfc5a..47fa363 100644
Binary files a/build/doctrees/index.doctree and b/build/doctrees/index.doctree differ
diff --git a/build/doctrees/lab1.doctree b/build/doctrees/lab1.doctree
new file mode 100644
index 0000000..3b5c82d
Binary files /dev/null and b/build/doctrees/lab1.doctree differ
diff --git a/build/html/_sources/index.rst.txt b/build/html/_sources/index.rst.txt
index 5ca568a..47af518 100644
--- a/build/html/_sources/index.rst.txt
+++ b/build/html/_sources/index.rst.txt
@@ -15,5 +15,4 @@ documentation for details.
:maxdepth: 2
:caption: Contents:
-design
-labs/lab1
+ lab1
diff --git a/build/html/_sources/lab1.rst.txt b/build/html/_sources/lab1.rst.txt
new file mode 100644
index 0000000..a8e58b5
--- /dev/null
+++ b/build/html/_sources/lab1.rst.txt
@@ -0,0 +1,3 @@
+####################################
+LAB 1
+####################################
diff --git a/build/html/genindex.html b/build/html/genindex.html
index bf22b74..99dd256 100644
--- a/build/html/genindex.html
+++ b/build/html/genindex.html
@@ -63,6 +63,10 @@
Navigation
+Contents:
+
Related Topics
diff --git a/build/html/index.html b/build/html/index.html
index 5754846..177cba2 100644
--- a/build/html/index.html
+++ b/build/html/index.html
@@ -14,6 +14,7 @@
+
@@ -37,9 +38,11 @@
reStructuredText
documentation for details.
-
design
-labs/lab1
@@ -68,11 +71,16 @@ labs/lab1
Navigation
+Contents:
+
diff --git a/build/html/lab1.html b/build/html/lab1.html
new file mode 100644
index 0000000..79f3e5b
--- /dev/null
+++ b/build/html/lab1.html
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+
+ LAB 1 — PCB Design 2026.01 documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/build/html/objects.inv b/build/html/objects.inv
index 2a3dc45..9741b8c 100644
Binary files a/build/html/objects.inv and b/build/html/objects.inv differ
diff --git a/build/html/search.html b/build/html/search.html
index dc0b5f6..38c974f 100644
--- a/build/html/search.html
+++ b/build/html/search.html
@@ -81,6 +81,10 @@
Navigation
+Contents:
+
Related Topics
diff --git a/build/html/searchindex.js b/build/html/searchindex.js
index ac04195..f4d19cd 100644
--- a/build/html/searchindex.js
+++ b/build/html/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles":{"PCB Design documentation":[[0,null]]},"docnames":["index"],"envversion":{"sphinx":66,"sphinx.domains.c":3,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":9,"sphinx.domains.index":1,"sphinx.domains.javascript":3,"sphinx.domains.math":2,"sphinx.domains.python":4,"sphinx.domains.rst":2,"sphinx.domains.std":2},"filenames":["index.rst"],"indexentries":{},"objects":{},"objnames":{},"objtypes":{},"terms":{"add":0,"content":0,"detail":0,"lab":0,"lab1":0,"restructuredtext":0,"see":0,"syntax":0,"use":0},"titles":["PCB Design documentation"],"titleterms":{"design":0,"document":0,"pcb":0}})
\ No newline at end of file
+Search.setIndex({"alltitles":{"Contents:":[[0,null]],"LAB 1":[[1,null]],"PCB Design documentation":[[0,null]]},"docnames":["index","lab1"],"envversion":{"sphinx":66,"sphinx.domains.c":3,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":9,"sphinx.domains.index":1,"sphinx.domains.javascript":3,"sphinx.domains.math":2,"sphinx.domains.python":4,"sphinx.domains.rst":2,"sphinx.domains.std":2},"filenames":["index.rst","lab1.rst"],"indexentries":{},"objects":{},"objnames":{},"objtypes":{},"terms":{"add":0,"content":[],"detail":0,"lab":0,"lab1":[],"restructuredtext":0,"see":0,"syntax":0,"use":0},"titles":["PCB Design documentation","LAB 1"],"titleterms":{"content":0,"design":0,"document":0,"lab":1,"pcb":0}})
\ No newline at end of file
diff --git a/source/index.rst b/source/index.rst
index ca4fb79..47af518 100644
--- a/source/index.rst
+++ b/source/index.rst
@@ -15,5 +15,4 @@ documentation for details.
:maxdepth: 2
:caption: Contents:
- design
lab1