Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 0 additions & 44 deletions demos.md

This file was deleted.

3 changes: 2 additions & 1 deletion devel/design/networking-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

This document was created over the year 2018, much before this git repository
and web site were a reality. It presents the original design of Nmstate and
provides the motiviation for its existence.
provides the motivation for its existence. It doesn't accurately reflect the
current state and design of the project.

## OVERVIEW
Networking has always been a major subsystem in the Linux ecosystem. Its
Expand Down
208 changes: 0 additions & 208 deletions devel/dev_guide.md
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We link to this file in CONTRIBUTING.md, we should clean those links up once this is merged.

This file was deleted.

15 changes: 9 additions & 6 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ host networking settings in a declarative manner.
The networking state is described by a pre-defined schema.
Reporting of current state and changes to it (desired state) both conform to
the schema.
Changes to the current state are applied in a stateless and idempotent manner.

Nmstate is aimed to satisfy enterprise needs to manage host networking through
a northbound declarative API and multi provider support on the southbound.
Expand Down Expand Up @@ -71,12 +72,13 @@ interfaces:

## Documentation
- [Nmstate Quick Start Guide](./user/quick_guide.md)
- [Nmstate Developer Guide](./devel/dev_guide.md)
- [Design](./devel/design/networking-api.md)
- [Nmstatectl (CLI tool)](./user/cli_guide.md)
- [Nmstate contribution guide](https://github.com/nmstate/nmstate/blob/base/CONTRIBUTING.md)
- [YAML API documentation](./devel/yaml_api.md)
- [Rust API document](https://docs.rs/nmstate)
- [Python API documentation](./devel/api.md)
- [Python API documentation (unmantained doc, see YAML API instead)](./devel/api.md)
- [Nmpolicy](./nmpolicy)
- [Original design and motivation](./devel/design/networking-api.md)
- [Nmstate 1.x: Plugin Design(Deprecated)](./devel/plugin.md)
- [Nmstate 1.x: Varlink support for libnmstate(Deprecated)](./devel/varlink-libnmstate.md)

Expand All @@ -85,12 +87,13 @@ interfaces:
- [nm-configurator](https://github.com/suse-edge/nm-configurator)

## Contacts
- You can find us on Matrix room: [`#nmstate:fedora.im`][matrix_room_url]
The maintainers are Gris, edwardh and ffmancera, please feel free to ask
whatever you need!
- You can find us on Matrix room: [`#nmstate:fedora.im`][matrix_room_url],
please feel free to ask whatever you need!
The current active maintainers are listed in [MAINTAINERS.md][MAINTAINERS.md].

- Nmstate uses the [github issue][github_issue_url] for discussion or bug
report.

[github_issue_url]: https://github.com/nmstate/nmstate/issues
[matrix_room_url]: https://matrix.to/#/#nmstate:fedora.im
[MAINTAINERS.md]: https://github.com/nmstate/nmstate/blob/base/MAINTAINERS.md
File renamed without changes.
28 changes: 0 additions & 28 deletions utils/ci_docker

This file was deleted.

30 changes: 0 additions & 30 deletions utils/ci_docker_slow

This file was deleted.

22 changes: 0 additions & 22 deletions utils/ci_env

This file was deleted.

Loading