Skip to content

Commit d3b635d

Browse files
konardclaude
andcommitted
Update all documentation and workflows to use Link.Foundation.Links.Notation namespace
This commit completes the namespace migration by updating all documentation files and GitHub workflows: Documentation updates: - Updated main README.md: badge URL, code example, API docs link, PDF link - Updated README.ru.md: badge URL, library name, code example, API docs link, PDF link - Updated csharp/README.md: API documentation link - Updated csharp/README.ru.md: API documentation link - Updated docs/website/index.html: PDF documentation link - Updated docs/website/dist/index.html: PDF documentation link Workflow updates: - Updated .github/workflows/csharp.yml: PACKAGE_ID for NuGet version checking All changes replace LinkFoundation.LinksNotation with Link.Foundation.Links.Notation to match the namespace changes made in PR #126 and the package metadata changes in the previous commit. Testing: ✅ Local CI checks passed: - dotnet restore: successful - dotnet build --configuration Release: successful (8 warnings, 0 errors) - dotnet test --configuration Release -f net8: all 105 tests passed 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent c2b9e9e commit d3b635d

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

.github/workflows/csharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
id: nuget-version-check
8383
run: |
8484
PACKAGE_VERSION=$(grep '<VersionPrefix>' LinkFoundation.LinksNotation/LinkFoundation.LinksNotation.csproj | sed 's/.*<VersionPrefix>\(.*\)<\/VersionPrefix>.*/\1/')
85-
PACKAGE_ID="LinkFoundation.LinksNotation"
85+
PACKAGE_ID="Link.Foundation.Links.Notation"
8686
echo "Package: $PACKAGE_ID@$PACKAGE_VERSION"
8787
8888
# Check if version exists on NuGet.org

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
| [![Actions Status](https://github.com/link-foundation/links-notation/workflows/js/badge.svg)](https://github.com/link-foundation/links-notation/actions?workflow=js) | [![npm Version and Downloads count](https://img.shields.io/npm/v/links-notation?label=npm&style=flat)](https://www.npmjs.com/package/links-notation) | **[JavaScript](js/README.md)** |
44
|:-|-:|:-|
55
| [![Actions Status](https://github.com/link-foundation/links-notation/workflows/rust/badge.svg)](https://github.com/link-foundation/links-notation/actions?workflow=rust) | [![Crates.io Version and Downloads count](https://img.shields.io/crates/v/links-notation?label=crates.io&style=flat)](https://crates.io/crates/links-notation) | **[Rust](rust/README.md)** |
6-
| [![Actions Status](https://github.com/link-foundation/links-notation/workflows/csharp/badge.svg)](https://github.com/link-foundation/links-notation/actions?workflow=csharp) | [![NuGet Version and Downloads count](https://img.shields.io/nuget/v/LinkFoundation.LinksNotation?label=nuget&style=flat)](https://www.nuget.org/packages/LinkFoundation.LinksNotation) | **[C#](csharp/README.md)** |
6+
| [![Actions Status](https://github.com/link-foundation/links-notation/workflows/csharp/badge.svg)](https://github.com/link-foundation/links-notation/actions?workflow=csharp) | [![NuGet Version and Downloads count](https://img.shields.io/nuget/v/Link.Foundation.Links.Notation?label=nuget&style=flat)](https://www.nuget.org/packages/Link.Foundation.Links.Notation) | **[C#](csharp/README.md)** |
77
| [![Actions Status](https://github.com/link-foundation/links-notation/workflows/python/badge.svg)](https://github.com/link-foundation/links-notation/actions?workflow=python) | [![PyPI Version and Downloads count](https://img.shields.io/pypi/v/links-notation?label=pypi&style=flat)](https://pypi.org/project/links-notation/) | **[Python](python/README.md)** |
88

99
[![Gitpod](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/link-foundation/links-notation)
@@ -29,7 +29,7 @@ number of references to other links.
2929
### C&#35;
3030

3131
```csharp
32-
var parser = new LinkFoundation.LinksNotation.Parser();
32+
var parser = new Link.Foundation.Links.Notation.Parser();
3333
var links = parser.Parse("papa (lovesMama: loves mama)");
3434
```
3535

@@ -131,7 +131,7 @@ The notation uses two core concepts:
131131
For detailed implementation guides and API references, see the
132132
language-specific documentation:
133133

134-
- **[C# Documentation](https://link-foundation.github.io/links-notation/csharp/api/LinkFoundation.LinksNotation.html)**
134+
- **[C# Documentation](https://link-foundation.github.io/links-notation/csharp/api/Link.Foundation.Links.Notation.html)**
135135
\- Complete API reference
136136
- **[C# README](csharp/README.md)** - Installation and usage guide
137137
- **[JavaScript README](js/README.md)** - Modern web development guide
@@ -142,7 +142,7 @@ Additional resources:
142142

143143
- [Feature Comparison](FEATURE_COMPARISON.md) - LINO vs YAML/XML/JSON
144144
feature analysis
145-
- [PDF Documentation](https://link-foundation.github.io/links-notation/csharp/LinkFoundation.LinksNotation.pdf)
145+
- [PDF Documentation](https://link-foundation.github.io/links-notation/csharp/Link.Foundation.Links.Notation.pdf)
146146
\- Complete reference for offline reading
147147
- [Links Theory 0.0.2](https://habr.com/en/articles/895896) - Theoretical
148148
foundation that Links Notation fully supports

README.ru.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
| [![Состояние Actions](https://github.com/link-foundation/links-notation/workflows/js/badge.svg)](https://github.com/link-foundation/links-notation/actions?workflow=js) | [![Версия npm пакета и количество загрузок](https://img.shields.io/npm/v/links-notation?label=npm&style=flat)](https://www.npmjs.com/package/links-notation) | **[JavaScript](js/README.ru.md)** |
44
|:-|-:|:-|
55
| [![Состояние Actions](https://github.com/link-foundation/links-notation/workflows/rust/badge.svg)](https://github.com/link-foundation/links-notation/actions?workflow=rust) | [![Версия Crates.io и количество загрузок](https://img.shields.io/crates/v/links-notation?label=crates.io&style=flat)](https://crates.io/crates/links-notation) | **[Rust](rust/README.ru.md)** |
6-
| [![Состояние Actions](https://github.com/link-foundation/links-notation/workflows/csharp/badge.svg)](https://github.com/link-foundation/links-notation/actions?workflow=csharp) | [![Версия NuGet пакета и количество загрузок](https://img.shields.io/nuget/v/LinkFoundation.LinksNotation?label=nuget&style=flat)](https://www.nuget.org/packages/LinkFoundation.LinksNotation) | **[C#](csharp/README.ru.md)** |
6+
| [![Состояние Actions](https://github.com/link-foundation/links-notation/workflows/csharp/badge.svg)](https://github.com/link-foundation/links-notation/actions?workflow=csharp) | [![Версия NuGet пакета и количество загрузок](https://img.shields.io/nuget/v/Link.Foundation.Links.Notation?label=nuget&style=flat)](https://www.nuget.org/packages/Link.Foundation.Links.Notation) | **[C#](csharp/README.ru.md)** |
77

88
[![Gitpod](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/link-foundation/links-notation)
99
[![Open in GitHub Codespaces](https://img.shields.io/badge/GitHub%20Codespaces-Open-181717?logo=github)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=link-foundation/links-notation)
1010

1111
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/4e7eb0a883e9439280c1097381d46b50)](https://app.codacy.com/gh/link-foundation/links-notation?utm_source=github.com&utm_medium=referral&utm_content=link-foundation/links-notation&utm_campaign=Badge_Grade_Settings)
1212
[![CodeFactor](https://www.codefactor.io/repository/github/link-foundation/links-notation/badge)](https://www.codefactor.io/repository/github/link-foundation/links-notation)
1313

14-
Библиотека классов Link Foundation LinkFoundation.LinksNotation.
14+
Библиотека классов Link Foundation Link.Foundation.Links.Notation.
1515

1616
![introduction](./docs/comparison/comparison.svg "сравнение json, xml и lino")
1717

@@ -28,7 +28,7 @@
2828
### C&#35;
2929

3030
```csharp
31-
var parser = new LinkFoundation.LinksNotation.Parser();
31+
var parser = new Link.Foundation.Links.Notation.Parser();
3232
var links = parser.Parse("папа (любитМаму: любит маму)");
3333
```
3434

@@ -106,7 +106,7 @@ let links = parse_lino("папа (любитМаму: любит маму)").unw
106106
Для подробных руководств по реализации и справочников API смотрите
107107
документацию для конкретных языков:
108108

109-
- **[Документация C#](https://link-foundation.github.io/links-notation/csharp/api/LinkFoundation.LinksNotation.html)**
109+
- **[Документация C#](https://link-foundation.github.io/links-notation/csharp/api/Link.Foundation.Links.Notation.html)**
110110
\- Полный справочник API
111111
- **[README C#](csharp/README.ru.md)** - Руководство по установке и использованию
112112
- **[README JavaScript](js/README.ru.md)** - Руководство для современной
@@ -116,7 +116,7 @@ let links = parse_lino("папа (любитМаму: любит маму)").unw
116116

117117
Дополнительные ресурсы:
118118

119-
- [PDF Документация](https://link-foundation.github.io/links-notation/csharp/LinkFoundation.LinksNotation.pdf)
119+
- [PDF Документация](https://link-foundation.github.io/links-notation/csharp/Link.Foundation.Links.Notation.pdf)
120120
\- Полный справочник для офлайн чтения
121121
- [Теория связей 0.0.2](https://habr.com/ru/articles/804617) -
122122
Теоретическая основа, которую Нотация Связей полностью поддерживает

csharp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ mama has house
151151
## Documentation
152152

153153
For complete API documentation, visit:
154-
[LinkFoundation.LinksNotation Documentation](https://link-foundation.github.io/links-notation/csharp/api/LinkFoundation.LinksNotation.html)
154+
[Link.Foundation.Links.Notation Documentation](https://link-foundation.github.io/links-notation/csharp/api/Link.Foundation.Links.Notation.html)

csharp/README.ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ var customParser = new Parser<Guid>();
151151
## Документация
152152

153153
Полная документация API:
154-
[LinkFoundation.LinksNotation Documentation](https://link-foundation.github.io/links-notation/csharp/api/LinkFoundation.LinksNotation.html)
154+
[Link.Foundation.Links.Notation Documentation](https://link-foundation.github.io/links-notation/csharp/api/Link.Foundation.Links.Notation.html)

docs/website/dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ <h3>Resources</h3>
205205
<ul>
206206
<li><a href="https://github.com/link-foundation/links-notation">GitHub Repository</a></li>
207207
<li><a href="https://link-foundation.github.io/Documentation/">Link Foundation Docs</a></li>
208-
<li><a href="https://link-foundation.github.io/links-notation/csharp/LinkFoundation.LinksNotation.pdf">PDF Documentation</a></li>
208+
<li><a href="https://link-foundation.github.io/links-notation/csharp/Link.Foundation.Links.Notation.pdf">PDF Documentation</a></li>
209209
</ul>
210210
</div>
211211
<div class="footer-section">

docs/website/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ <h3>Resources</h3>
204204
<ul>
205205
<li><a href="https://github.com/link-foundation/links-notation">GitHub Repository</a></li>
206206
<li><a href="https://link-foundation.github.io/Documentation/">Link Foundation Docs</a></li>
207-
<li><a href="https://link-foundation.github.io/links-notation/csharp/LinkFoundation.LinksNotation.pdf">PDF Documentation</a></li>
207+
<li><a href="https://link-foundation.github.io/links-notation/csharp/Link.Foundation.Links.Notation.pdf">PDF Documentation</a></li>
208208
</ul>
209209
</div>
210210
<div class="footer-section">

0 commit comments

Comments
 (0)