Skip to content

Commit

Permalink
improve docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
crhntr committed Jan 30, 2025
1 parent 357bff7 commit 2683046
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 24 deletions.
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,24 @@ For a more complete example, see: https://github.com/crhntr/muxt-template-module
## Documentation

### Introduction
- [Getting_Started](./docs/getting_started.md)
- [Getting Started](./docs/getting_started.md)
- [Notes on Integration with Existing Projects](./docs/integrating.md)
- [Writing Template_Names](./docs/template_names.md)
- [Writing Template Names](./docs/template_names.md)

### Reference
- [call_parameters](./docs/call_parameters.md)
- [call_results](./docs/call_results.md)
- [custom_execute_func](./docs/custom_execute_func.md)
- [templates_variable](./docs/templates_variable.md)
- [action type checking](./docs/action_type_checking.md)
- [known_issues](./docs/known_issues.md)
- [Call Parameters](./docs/call_parameters.md)
- [Call Results](./docs/call_results.md)
- [Custom Execute Function](./docs/custom_execute_func.md)
- [Templates Variable](./docs/templates_variable.md)
- [Cction Type-Checking](./docs/action_type_checking.md)
- [Known Issues](./docs/known_issues.md)

### Testing
- [testing_hypertext](./docs/testing_hypertext.md)
- [testing_the_receiver](./docs/testing_the_receiver.md)
- [Testing_Hypertext](./docs/testing_hypertext.md)
- [Testing_the_Receiver](./docs/testing_the_receiver.md)

### Philosophy & Vision
- [manifesto](./docs/manifesto.md)
- [motivation](./docs/motivation.md)
- [Manifesto](./docs/manifesto.md)
- [Motivation](./docs/motivation.md)
- Goals: [see enhancement issues](https://github.com/crhntr/muxt/issues?q=is%3Aissue%20state%3Aopen%20label%3Aenhancement)

26 changes: 14 additions & 12 deletions internal/generate-readme/README.md.template
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,24 @@ For a more complete example, see: https://github.com/crhntr/muxt-template-module
## Documentation

### Introduction
- [Getting_Started](./docs/getting_started.md)
- [Getting Started](./docs/getting_started.md)
- [Notes on Integration with Existing Projects](./docs/integrating.md)
- [Writing Template_Names](./docs/template_names.md)
- [Writing Template Names](./docs/template_names.md)

### Reference
- [call_parameters](./docs/call_parameters.md)
- [call_results](./docs/call_results.md)
- [custom_execute_func](./docs/custom_execute_func.md)
- [templates_variable](./docs/templates_variable.md)
- [action type checking](./docs/action_type_checking.md)
- [known_issues](./docs/known_issues.md)
- [Call Parameters](./docs/call_parameters.md)
- [Call Results](./docs/call_results.md)
- [Custom Execute Function](./docs/custom_execute_func.md)
- [Templates Variable](./docs/templates_variable.md)
- [Cction Type-Checking](./docs/action_type_checking.md)
- [Known Issues](./docs/known_issues.md)

### Testing
- [testing_hypertext](./docs/testing_hypertext.md)
- [testing_the_receiver](./docs/testing_the_receiver.md)
- [Testing_Hypertext](./docs/testing_hypertext.md)
- [Testing_the_Receiver](./docs/testing_the_receiver.md)

### Philosophy & Vision
- [manifesto](./docs/manifesto.md)
- [motivation](./docs/motivation.md)
- [Manifesto](./docs/manifesto.md)
- [Motivation](./docs/motivation.md)
- Goals: [see enhancement issues](https://github.com/crhntr/muxt/issues?q=is%3Aissue%20state%3Aopen%20label%3Aenhancement)

0 comments on commit 2683046

Please sign in to comment.