Skip to content

Commit

Permalink
Developer's guide overview
Browse files Browse the repository at this point in the history
  • Loading branch information
dvolodin7 committed Jan 31, 2024
1 parent 0c44b0d commit 33c51be
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 11 deletions.
1 change: 0 additions & 1 deletion docs/CODE_OF_CONDUCT.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/CONTRIBUTING.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/dev/CODE_OF_CONDUCT.md
1 change: 1 addition & 0 deletions docs/dev/CONTRIBUTING.md
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 14 additions & 0 deletions docs/dev/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Gufo SNMP: Developer's Guide

This section is intended for Gufo SNMP developers and for entities,
including both individuals and companies, interested in contributing to the project.

- [Developer's Environment](environment.md)
- [Building and Testing](testing.md)
- [Common Tasks](common.md)
- [Code Quality](codequality.md)
- [Code Base](codebase.md)
- [Contributing Guide](CONTRIBUTING.md)
- [Code of Conduct](CODE_OF_CONDUCT.md)
- [Supported Standards](standards.md)
- [Supported BER Types](types.md)
File renamed without changes.
File renamed without changes.
File renamed without changes.
19 changes: 10 additions & 9 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,16 @@ nav:
- Debugging: examples/debugging.md
- Reference: reference/
- Developers' Guide:
- Developer's Environment: environment.md
- Building and Testing: testing.md
- Common Tasks: devcommon.md
- Code Quality: codequality.md
- Code Base: codebase.md
- Contributing Guide: CONTRIBUTING.md
- Code of Conduct: CODE_OF_CONDUCT.md
- Supported Standards: standards.md
- Supported BER Types: types.md
- Overview: dev/index.md
- Developer's Environment: dev/environment.md
- Building and Testing: dev/testing.md
- Common Tasks: dev/common.md
- Code Quality: dev/codequality.md
- Code Base: dev/codebase.md
- Contributing Guide: dev/CONTRIBUTING.md
- Code of Conduct: dev/CODE_OF_CONDUCT.md
- Supported Standards: dev/standards.md
- Supported BER Types: dev/types.md
- Benchmarks: benchmarks.md
- FAQ: faq.md
- Changelog: CHANGELOG.md
Expand Down

0 comments on commit 33c51be

Please sign in to comment.