mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 18:29:45 +02:00
Update markdown-gradle-plugin to 1.0.0
and rename documentation links from .html to .md, since markdown-gradle-plugin will now automatically transfer the links .md to .html. Now users can broswe the documentation in their markdown form (e.g. via github) and via html. Also add a symlink from README.md to index.md in documentation/.
This commit is contained in:
parent
48aae12ba3
commit
745d67a676
13 changed files with 54 additions and 53 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
**Contents:**
|
||||
|
||||
* [Overview](overview.html)
|
||||
* [Getting Started Guide](gettingstarted.html)
|
||||
* [Managing Connections](connections.html)
|
||||
* [Messaging Basics](messaging.html)
|
||||
* [Roster and Presence](roster.html)
|
||||
* [Processing Incoming Stanzas](processing.html)
|
||||
* [Provider Architecture](providers.html)
|
||||
* [Debugging with Smack](debugging.html)
|
||||
* [Overview](overview.md)
|
||||
* [Getting Started Guide](gettingstarted.md)
|
||||
* [Managing Connections](connections.md)
|
||||
* [Messaging Basics](messaging.md)
|
||||
* [Roster and Presence](roster.md)
|
||||
* [Processing Incoming Stanzas](processing.md)
|
||||
* [Provider Architecture](providers.md)
|
||||
* [Debugging with Smack](debugging.md)
|
||||
|
||||
* [Smack Extensions Manual](extensions/index.html)
|
||||
* [Smack Extensions Manual](extensions/index.md)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue