Skip to content

Commit 159ac94

Browse files
committed
Tidy up readme & link to docs for legacy versions
1 parent dec8e00 commit 159ac94

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,23 @@ ZPT source files remain syntactically valid HTML/XML and may even be opened/prev
88

99
## Documentation
1010

11-
[Documentation for the current production release] of ZptSharp is all available on the ZptSharp website.
12-
[Draft documentation for the upcoming/next version] is also available.
11+
ZptSharp's extensive documentation is hosted on **[the ZptSharp website]**.
12+
The main website content reflects the most recent stable release of ZptSharp.
13+
Documentation for other versions is available though:
1314

14-
[Documentation for the current production release]: https://csf-dev.github.io/ZPT-Sharp/
15+
* [Draft documentation for the upcoming/next version]
16+
* Documentation for legacy versions
17+
* [Version 1.x]
18+
19+
[the ZptSharp website]: https://csf-dev.github.io/ZPT-Sharp/
1520
[Draft documentation for the upcoming/next version]: https://csf-dev.github.io/ZPT-Sharp/_vnext/
21+
[Version 1.x]: https://csf-dev.github.io/ZPT-Sharp/_legacy/v1.x/
1622

1723
## Source control branches
1824

19-
The main branches for this repository as as follows:
25+
The main branches for this repository are as follows:
2026

21-
* The **master** branch represents the latest development/next-release code
22-
* Currently this is work toward [the v2.0.0 milestone]
27+
* The **master** branch represents the latest development/next-release code
2328
* The **production** branch represents the most recent release version
2429

2530
## Continuous integration status
@@ -33,6 +38,3 @@ They provide a summary of the health of the build & test process.
3338
| Linux | [![Travis (Linux) build status](https://api.travis-ci.org/csf-dev/ZPT-Sharp.svg?branch=master)](https://travis-ci.org/github/csf-dev/ZPT-Sharp) |
3439
| Code quality | [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=ZptSharp&metric=alert_status)](https://sonarcloud.io/dashboard?id=ZptSharp) |
3540
| Test coverage | [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=ZptSharp&metric=coverage)](https://sonarcloud.io/dashboard?id=ZptSharp) |
36-
37-
[the v2.0.0 milestone]: https://github.com/csf-dev/ZPT-Sharp/milestone/17
38-
[the v1.1.0 release]: https://github.com/csf-dev/ZPT-Sharp/releases/tag/v1.1.0

ZptSharp.Documentation/articles/index.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,11 @@ As well as the source code, [the ZptSharp GitHub repository] hosts issues & a di
5050
[Building & testing]: BuildAndTest.md
5151
[How to contribute]: Contributing.md
5252
[Writing new document providers]: WritingDocumentProviders.md
53-
[Writing new expression evaluators]: WritingExpressionEvaluators.md
53+
[Writing new expression evaluators]: WritingExpressionEvaluators.md
54+
55+
## Documentation for previous versions
56+
57+
Documentation is available for previous versions of ZptSharp:
58+
59+
* [ZPT-Sharp **version 1.x**](https://csf-dev.github.io/ZPT-Sharp/_legacy/v1.x/)
60+
* _In these versions, ZptSharp was distributed under a different name and with different NuGet packages._

0 commit comments

Comments
 (0)