Skip to content

Commit 8adc9cc

Browse files
docs: rename wiki folder to docs and update README links
- Rename wiki/ directory to docs/ for better organization - Update README.md to link directly to documentation files in docs/ folder - Remove external wiki links in favor of local documentation
1 parent 0314c97 commit 8adc9cc

File tree

8 files changed

+12
-8
lines changed

8 files changed

+12
-8
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,18 @@ npm install jsonwebtoken
1515

1616
## Documentation
1717

18-
📚 **[View the complete documentation in our Wiki](https://github.com/interpret-tech/node-jsonwebtoken/wiki)**
19-
20-
The Wiki includes:
21-
- [Getting Started Guide](https://github.com/interpret-tech/node-jsonwebtoken/wiki/Installation-&-Setup)
22-
- [API Reference](https://github.com/interpret-tech/node-jsonwebtoken/wiki)
23-
- [Migration Guides](https://github.com/interpret-tech/node-jsonwebtoken/wiki/Migration-Guide-v10)
24-
- [TypeScript Examples](https://github.com/interpret-tech/node-jsonwebtoken/wiki/Usage-Examples#typescript-examples)
25-
- [Security Best Practices](https://github.com/interpret-tech/node-jsonwebtoken/wiki/Security-&-Algorithms)
18+
📚 **Complete documentation is available in the [docs](./docs) folder**
19+
20+
### API Reference
21+
- [sign() - Create JWTs](./docs/API-Reference-sign.md)
22+
- [verify() - Validate JWTs](./docs/API-Reference-verify.md)
23+
- [decode() - Decode without verification](./docs/API-Reference-decode.md)
24+
- [Synchronous API](./docs/API-Reference-Sync.md)
25+
26+
### Guides
27+
- [Installation & Setup](./docs/Installation-&-Setup.md)
28+
- [Migration Guide v10](./docs/Migration-Guide-v10.md)
29+
- [Security & Algorithms](./docs/Security-&-Algorithms.md)
2630

2731
## Quick Start
2832

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)