Marco Ricci commited on 2024-07-28 19:56:43
              Zeige 3 geänderte Dateien mit 9 Einfügungen und 0 Löschungen.
            
In anticipation of v1.0 and more potential stable branches to follow, set up the documentation such that each major development branch gets its own documentation directory.
| ... | ... | 
                      @@ -6,6 +6,9 @@ site_description: An almost faithful Python reimplementation of James Coglan's v  | 
                  
| 6 | 6 | 
                        site_author: Marco Ricci  | 
                    
| 7 | 7 | 
                        copyright: Copyright © 2024 Marco Ricci (the-13th-letter)  | 
                    
| 8 | 8 | 
                         | 
                    
| 9 | 
                        +remote_branch: documentation-tree  | 
                    |
| 10 | 
                        +remote_name: '.'  | 
                    |
| 11 | 
                        +  | 
                    |
| 9 | 12 | 
                        docs_dir: docs  | 
                    
| 10 | 13 | 
                        site_dir: html  | 
                    
| 11 | 14 | 
                        extra_css:  | 
                    
| ... | ... | 
                      @@ -76,6 +79,10 @@ plugins:  | 
                  
| 76 | 79 | 
                        unwrap_annotated: true  | 
                    
| 77 | 80 | 
                        paths:  | 
                    
| 78 | 81 | 
                        - src  | 
                    
| 82 | 
                        + mike:  | 
                    |
| 83 | 
                        + alias_type: symlink  | 
                    |
| 84 | 
                        + canonical_version: '0.x'  | 
                    |
| 85 | 
                        + version_selector: false  | 
                    |
| 79 | 86 | 
                         | 
                    
| 80 | 87 | 
                        nav:  | 
                    
| 81 | 88 | 
                        - Overview: index.md  |