Skip to content

Commit d869302

Browse files
committed
Update roadmap links and table styles
1 parent 35edab9 commit d869302

5 files changed

Lines changed: 18 additions & 9 deletions

File tree

Docs/FQA.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,8 @@ Feedback and bug reports are welcome.
231231

232232
## Where can I learn more about future plans?
233233

234-
- Development roadmap: `docs/Roadmap_1.0-2.0.md`
234+
- Public roadmap: `Docs/Public_Roadmap_3.0.md`
235+
- Legacy roadmap: `Docs/Roadmap_1.0-2.0.md`
235236
- Long-term ideas: `docs/Future_Pro_Plan.md`
236237

237238
These documents describe **directional thinking**, not commitments.

Docs/Roadmap_1.0-2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
> ## Legacy Notice
55
> This is a legacy roadmap snapshot kept for historical context.
66
> It may not reflect the current product direction, subscription model, or AI / PKB planning.
7-
> For the current public roadmap, see `Docs/Public_Roadmap.md`.
7+
> For the current public roadmap, see `Docs/Public_Roadmap_3.0.md`.
88
99
This document outlines the development direction of **Orchestrana** from the current 1.1.x releases toward version 2.0.
1010

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Planned for future versions:
185185
- ⌨️ More features
186186
- 🛎️ Issue requirements
187187

188-
See: `Docs/Public_Roadmap.md`, `Docs/Future_Pro_Plan.md`, and `Docs/Roadmap_1.0-2.0.md`
188+
See: `Docs/Public_Roadmap_3.0.md`, `Docs/Future_Pro_Plan.md`, and `Docs/Roadmap_1.0-2.0.md`
189189

190190
## Pricing
191191

@@ -273,7 +273,8 @@ This was the **original prototype** used during the earliest stages of developme
273273
## Docs
274274

275275
- Future planning: `docs/Future_Pro_Plan.md`
276-
- Development roadmap: `docs/Roadmap_1.0-2.0.md`
276+
- Public roadmap: `Docs/Public_Roadmap_3.0.md`
277+
- Legacy roadmap: `Docs/Roadmap_1.0-2.0.md`
277278
- FAQ & design decisions: `docs/FAQ.md`
278279
- Gatekeeper & installation notes: `docs/Gatekeeper.md`
279280

website/index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,6 @@ <h2 data-en="A different approach to focus" data-zh="一种不同的专注方式
272272
</tbody>
273273
</table>
274274
</div>
275-
<div class="docs-cta">
276-
<a class="primary-btn" href="comparison.html" data-en="View full plan comparison →" data-zh="查看完整套餐对比 →">View full plan comparison →</a>
277-
</div>
278275
</section>
279276

280277
<section class="pricing-overview" id="pricing">
@@ -319,7 +316,7 @@ <h2 data-en="Documentation is part of the open development process." data-zh="
319316
<a class="doc-link glass reveal" href="https://github.com/T-1234567890/orchestrana-app/blob/main/Docs/FQA.md" target="_blank" rel="noreferrer" data-en="FAQ" data-zh="常见问题">FAQ</a>
320317
<a class="doc-link glass reveal" href="https://github.com/T-1234567890/orchestrana-app/blob/main/Docs/Future_Pro_Plan.md" target="_blank" rel="noreferrer" data-en="Future Plan" data-zh="未来计划">Future Plan</a>
321318
<a class="doc-link glass reveal" href="https://github.com/T-1234567890/orchestrana-app/blob/main/Docs/Gatekeeper.md" target="_blank" rel="noreferrer" data-en="Gatekeeper Guide" data-zh="Gatekeeper 指南">Gatekeeper Guide</a>
322-
<a class="doc-link glass reveal" href="https://github.com/T-1234567890/orchestrana-app/blob/main/Docs/Roadmap_1.0-2.0.md" target="_blank" rel="noreferrer" data-en="Roadmap 1.0-2.0" data-zh="路线图 1.0-2.0">Roadmap 1.0-2.0</a>
319+
<a class="doc-link glass reveal" href="https://github.com/T-1234567890/orchestrana-app/blob/main/Docs/Public_Roadmap_3.0.md" target="_blank" rel="noreferrer" data-en="Public Roadmap 3.0" data-zh="公开路线图 3.0">Public Roadmap 3.0</a>
323320
</div>
324321
<div class="docs-cta">
325322
<a class="primary-btn" href="https://github.com/T-1234567890/orchestrana-app/tree/main/Docs" target="_blank" rel="noreferrer" data-en="More Docs →" data-zh="更多文档 →">More Docs →</a>

website/style.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,6 +956,7 @@ body.lang-switching-in [data-en] {
956956
}
957957
.compare-table {
958958
width: 100%;
959+
table-layout: fixed;
959960
border-collapse: separate;
960961
border-spacing: 0;
961962
border: 1px solid rgba(0,0,0,0.05);
@@ -968,6 +969,7 @@ body.lang-switching-in [data-en] {
968969
padding: 12px 10px;
969970
color: var(--text);
970971
font-family: 'Literata', 'Georgia', 'Times New Roman', serif;
972+
width: 50%;
971973
}
972974
.pill-soon {
973975
display: inline-flex;
@@ -1007,9 +1009,17 @@ body.lang-switching-in [data-en] {
10071009
.compare-table th:last-child {
10081010
background: rgba(255,248,242,0.32);
10091011
border-left: 1px solid rgba(0,0,0,0.03);
1010-
font-weight: 700;
10111012
color: #2c1f19;
10121013
}
1014+
.compare-table th:last-child {
1015+
font-size: 18px;
1016+
font-weight: 800;
1017+
letter-spacing: -0.025em;
1018+
}
1019+
.compare-table td:last-child {
1020+
font-weight: 500;
1021+
letter-spacing: -0.015em;
1022+
}
10131023
.comparison-page .comparison-content {
10141024
display: grid;
10151025
gap: 14px;

0 commit comments

Comments
 (0)