1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
# Migration Mapping
This document outlines how the archived Nixtamal website content will be mapped to the new single-page website structure.
## Section Mappings
Each old page is mapped to a section in the new single-page layout.
| Old Page | New Section | Priority |
|----------|-------------|----------|
| Changelog | Changelog | nice-to-have |
| Community | Community | should-have |
| Cookbook | Cookbook | should-have |
| Pinning Codeberg Inputs | Cookbook (subsection) | should-have |
| Pinning darcs hub inputs using htmlq | Cookbook (subsection) | should-have |
| Pinning Fossil Inputs | Cookbook (subsection) | should-have |
| Pinning GitLab Inputs | Cookbook (subsection) | should-have |
| Pinning Inputs with Mirrors | Cookbook (subsection) | should-have |
| Pinning Microsoft GitHub Inputs | Cookbook (subsection) | should-have |
| Setting the Hash Algorithm to BLAKE3 | Cookbook (subsection) | should-have |
| Frequently asked questions | FAQs | should-have |
| Funding | Funding/Support | nice-to-have |
| Nixtamal | Introduction/Hero | must-have |
| Nixtamal Documentation Archive | Miscellaneous | nice-to-have |
| Install | Installation | must-have |
| Manpages | Documentation/Manual | must-have |
| Nixtamal Manifest(5)() | Documentation/Manual | must-have |
| NIXTAMAL(1) | Documentation/Manual | must-have |
| Real-world Nixtamal showcase | Showcase | nice-to-have |
| Roadmap | Roadmap | nice-to-have |
## Content Grouping Suggestions
- **Introduction/Hero**: Combine home page content with key features and showcase.
- **Installation**: Direct installation guide.
- **Cookbook**: Group all cookbook recipes under expandable sections or tabs.
- **Documentation/Manual**: Include manpages with proper formatting.
- **Community**: Community links and information.
- **FAQs**: Frequently asked questions.
- **Changelog, Roadmap, Funding, Showcase**: Place in footer or separate sections with navigation.
## Priority Rankings
- **Must-have**: Introduction/Hero, Installation, Documentation/Manual
- **Should-have**: Cookbook, Community, FAQs
- **Nice-to-have**: Changelog, Roadmap, Funding, Real-world Showcase
## Recommendations for New Website Structure
The new single-page website should have a sticky navigation header with sections: Home, Install, Cookbook, Docs, Community.
Use smooth scrolling or anchors for navigation within the page.
For cookbook, use accordion or tabbed interface for recipes to keep it organized.
Assets like CSS and logo should be integrated into the single-page design.
|