Skip to content

Commit

Permalink
dropped anonymous_fields.md and nav entry
Browse files Browse the repository at this point in the history
  • Loading branch information
alxn4 authored Nov 19, 2024
1 parent 67a4abb commit 4ba8eff
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 96 deletions.
75 changes: 0 additions & 75 deletions docs/anonymous_fields.md

This file was deleted.

20 changes: 0 additions & 20 deletions docs/docs-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@

[rfl::Binary, rfl::Hex and rfl::Oct](number_systems.md)- For expressing numbers in different formats.

[Anonymous fields](anonymous_fields.md) - For defining fields without using `rfl::Field`.

## Validation

[Regex patterns](patterns.md) - For requiring that strings follow used-defined regex patterns.
Expand Down Expand Up @@ -74,24 +72,6 @@

[rfl::to_view](to_view.md) - For accessing fields of a struct by index or name.

<!-- ## 6) Supported formats
[JSON](json.md)
[BSON](bson.md)
[CBOR](cbor.md)
[flexbuffers](flexbuffers.md)
[msgpack](msgpack.md)
[TOML](toml.md)
[XML](xml.md)
[YAML](yaml.md) -->

## Advanced topics

[Supporting your own format](supported_formats/supporting_your_own_format.md) - For supporting your own serialization and deserialization formats.
Expand Down
1 change: 0 additions & 1 deletion mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ nav:
- C arrays and inheritance: c_arrays_and_inheritance.md
- rfl::Bytestring: bytestring.md
- rfl::Binary, rfl::Hex and rfl::Oct: number_systems.md
- Anonymous fields: anonymous_fields.md
- Validation:
- Regex patterns: patterns.md
- Validating numbers: validating_numbers.md
Expand Down

0 comments on commit 4ba8eff

Please sign in to comment.