22---
33# 02. FACET v2.1.3 Complete Tutorial
44
5- ** Reading Time:** 30-60 minutes | ** Difficulty:** Beginner → Advanced | ** Previous:** [ 01-quickstart.md] ( 01-quickstart.md ) | ** Next:** [ 03-architecture.md] ( 03-architecture.md )
5+ ** Reading Time:** 30-60 minutes | ** Difficulty:** Beginner → Advanced | ** Previous:** [ 01-quickstart.md] ( 01-quickstart.html ) | ** Next:** [ 03-architecture.md] ( 03-architecture.html )
66
77** Learning Path:** Beginner → Intermediate → Advanced
88** Prerequisites:** Basic programming knowledge
@@ -724,11 +724,11 @@ $ fct test --input example.facet
724724
725725### Continue Learning:
726726
727- 1 . ** [ Error Reference] ( errors.md ) ** - All error codes explained
728- 2 . ** [ Lens Reference] ( lenses.md ) ** - Complete lens documentation
729- 3 . ** [ Type System] ( type-system.md ) ** - Deep dive into FTS
730- 4 . ** [ Architecture] ( architecture.md ) ** - Compiler internals
731- 5 . ** [ CLI Reference] ( cli.md ) ** - All commands and options
727+ 1 . ** [ Error Reference] ( 12- errors.html ) ** - All error codes explained
728+ 2 . ** [ Lens Reference] ( 08- lenses.html ) ** - Complete lens documentation
729+ 3 . ** [ Type System] ( 04- type-system.html ) ** - Deep dive into FTS
730+ 4 . ** [ Architecture] ( 03- architecture.html ) ** - Compiler internals
731+ 5 . ** [ CLI Reference] ( 06- cli.html ) ** - All commands and options
732732
733733### Build Something:
734734
@@ -741,30 +741,30 @@ $ fct test --input example.facet
741741
742742- [ GitHub Repository] ( https://github.com/yourorg/facet )
743743- [ Issue Tracker] ( https://github.com/yourorg/facet/issues )
744- - [ Contributing Guide] ( .. /CONTRIBUTING.md)
744+ - [ Contributing Guide] ( https://github.com/rokoss21/facet-compiler/blob/master /CONTRIBUTING.md)
745745
746746---
747747
748748## Next Steps
749749
750750🎯 ** Continue Learning:**
751- - ** [ 03-architecture.md] ( 03-architecture.md ) ** - System architecture and design
752- - ** [ 04-type-system.md] ( 04-type-system.md ) ** - Deep dive into FTS
753- - ** [ 05-examples-guide.md] ( 05-examples-guide.md ) ** - All examples explained
751+ - ** [ 03-architecture.md] ( 03-architecture.html ) ** - System architecture and design
752+ - ** [ 04-type-system.md] ( 04-type-system.html ) ** - Deep dive into FTS
753+ - ** [ 05-examples-guide.md] ( 05-examples-guide.html ) ** - All examples explained
754754
755755🔧 ** Reference Materials:**
756- - ** [ 06-cli.md] ( 06-cli.md ) ** - Command-line interface
757- - ** [ 07-api-reference.md] ( 07-api-reference.md ) ** - Rust API documentation
758- - ** [ 08-lenses.md] ( 08-lenses.md ) ** - Lens library reference
756+ - ** [ 06-cli.md] ( 06-cli.html ) ** - Command-line interface
757+ - ** [ 07-api-reference.md] ( 07-api-reference.html ) ** - Rust API documentation
758+ - ** [ 08-lenses.md] ( 08-lenses.html ) ** - Lens library reference
759759
760760📚 ** Advanced Topics:**
761- - ** [ 09-testing.md] ( 09-testing.md ) ** - @test blocks and mocking
762- - ** [ 10-performance.md] ( 10-performance.md ) ** - Optimization and benchmarking
763- - ** [ 11-security.md] ( 11-security.md ) ** - Security best practices
761+ - ** [ 09-testing.md] ( 09-testing.html ) ** - @test blocks and mocking
762+ - ** [ 10-performance.md] ( 10-performance.html ) ** - Optimization and benchmarking
763+ - ** [ 11-security.md] ( 11-security.html ) ** - Security best practices
764764
765765🆘 ** Help & Troubleshooting:**
766- - ** [ faq.md] ( ../ faq.md ) ** - Frequently asked questions
767- - ** [ 12-errors.md] ( 12-errors.md ) ** - Error codes and fixes
766+ - ** [ faq.md] ( faq.html ) ** - Frequently asked questions
767+ - ** [ 12-errors.md] ( 12-errors.html ) ** - Error codes and fixes
768768
769769---
770770
@@ -777,18 +777,18 @@ $ fct test --input example.facet
777777** Last Updated:** 2025-12-09
778778
779779🔧 ** Reference Materials:**
780- - ** [ 06-cli.md] ( 06-cli.md ) ** - Command-line interface
781- - ** [ 07-api-reference.md] ( 07-api-reference.md ) ** - Rust API documentation
782- - ** [ 08-lenses.md] ( 08-lenses.md ) ** - Lens library reference
780+ - ** [ 06-cli.md] ( 06-cli.html ) ** - Command-line interface
781+ - ** [ 07-api-reference.md] ( 07-api-reference.html ) ** - Rust API documentation
782+ - ** [ 08-lenses.md] ( 08-lenses.html ) ** - Lens library reference
783783
784784📚 ** Advanced Topics:**
785- - ** [ 09-testing.md] ( 09-testing.md ) ** - @test blocks and mocking
786- - ** [ 10-performance.md] ( 10-performance.md ) ** - Optimization and benchmarking
787- - ** [ 11-security.md] ( 11-security.md ) ** - Security best practices
785+ - ** [ 09-testing.md] ( 09-testing.html ) ** - @test blocks and mocking
786+ - ** [ 10-performance.md] ( 10-performance.html ) ** - Optimization and benchmarking
787+ - ** [ 11-security.md] ( 11-security.html ) ** - Security best practices
788788
789789🆘 ** Help & Troubleshooting:**
790- - ** [ faq.md] ( ../ faq.md ) ** - Frequently asked questions
791- - ** [ 12-errors.md] ( 12-errors.md ) ** - Error codes and fixes
790+ - ** [ faq.md] ( faq.html ) ** - Frequently asked questions
791+ - ** [ 12-errors.md] ( 12-errors.html ) ** - Error codes and fixes
792792
793793---
794794
0 commit comments