Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decide and rename if necessary remaining files name and places #1446

Merged
merged 4 commits into from
Sep 15, 2023
Merged
Show file tree
Hide file tree
Changes from 2 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
16 changes: 16 additions & 0 deletions doc/readme.md
Copy link
Member

Choose a reason for hiding this comment

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

should be doc/README.md (instead of doc/readme.md)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done at c338956

Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# IoT Agent documentation

## User documentation

- [Getting started](getting-started.md)
- [IoT Agent API](api.md)
- [Installation and administration manual](admin.md)
- [Deprecated features](deprecated.md)
- [Roadmap](roadmap.md)

## Development documentation

- [Development manual](devel/development.md)
- [Contributing guide](devel/contribution-guidelines.md)
- [Architecture](devel/architecture.md)
- [North Port - NGSI Interactions](devel/northboundinteractions.md)
17 changes: 6 additions & 11 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,10 @@ pages:
- Home: 'index.md'
- 'Getting Started' : 'getting-started.md'
- 'User & Programmers Manual':
- 'Architecture' : 'architecture.md'
- 'IoT Agent API' : 'api.md'
- 'Advanced Topics' : 'advanced-topics.md'
- 'Library Functions': 'usermanual.md'
- 'Measurement Transformation Expression Language': 'expressionLanguage.md'
- 'How to develop a new IoT Agent': 'howto.md'
- 'North Port - NGSI Interactions': 'northboundinteractions.md'
- 'Development Documentation': development.md
- 'Installation & Administration Manual':
- 'Installation Guide': 'installationguide.md'
- 'Operations (logs & alarms)': 'operations.md'

- 'Installation and administration manual': 'admin.md'
- 'Development documentation':
- 'Development manual': 'devel/development.md'
- 'Contributing guide': 'devel/contribution-guidelines.md'
- 'Architecture' : 'devel/architecture.md'
- 'North Port - NGSI Interactions': 'devel/northboundinteractions.md'