diff --git a/Home.md b/Home.md index cf237e4..5e69bf7 100644 --- a/Home.md +++ b/Home.md @@ -2,8 +2,20 @@ .NET library for TOTP/HOTP implementation on server (ASP.NET) or client (Xamarin) side ## Table of contents -- [OTP overview](https://github.com/XFox111/SimpleOTP/wiki/OTP-overview) -- [Configuration](https://github.com/XFox111/SimpleOTP/wiki/Configuration) -- [Code generation/validation](https://github.com/XFox111/SimpleOTP/wiki/Code-generation-or-validation) -- [OTPFactory](https://github.com/XFox111/SimpleOTP/wiki/OTPFactory-overview) -- [API reference](https://github.com/XFox111/SimpleOTP/wiki/API-reference) \ No newline at end of file +- Get started + - [OTP overview](https://github.com/XFox111/SimpleOTP/wiki/OTP-overview) + - [Configuration](https://github.com/XFox111/SimpleOTP/wiki/Configuration) + - [Code generation/validation](https://github.com/XFox111/SimpleOTP/wiki/Code-generation-or-validation) + - [OTPFactory](https://github.com/XFox111/SimpleOTP/wiki/OTPFactory-overview) +- [API reference](https://github.com/XFox111/SimpleOTP/wiki/API-reference) + - [OTPService](https://github.com/XFox111/SimpleOTP/wiki/OTPService) + - [GenerateCode](https://github.com/XFox111/SimpleOTP/wiki/OTPService.GenerateCode) + - [ValidateTotp](https://github.com/XFox111/SimpleOTP/wiki/OTPService.ValidateTotp) + - [ValidateHotp](https://github.com/XFox111/SimpleOTP/wiki/OTPService.ValidateHotp) + - [ValidateCode](https://github.com/XFox111/SimpleOTP/wiki/OTPService.ValidateCode) + - [OTPFactory](https://github.com/XFox111/SimpleOTP/wiki/OTPFactory) + - [OTPConfiguration](https://github.com/XFox111/SimpleOTP/wiki/OTPConfiguration) + - [OTPCode](https://github.com/XFox111/SimpleOTP/wiki/OTPCode) + - [OTPType](https://github.com/XFox111/SimpleOTP/wiki/OTPType) + - [Algorithm](https://github.com/XFox111/SimpleOTP/wiki/Algorithm) + - [SecretGenerator](https://github.com/XFox111/SimpleOTP/wiki/SecretGenerator) \ No newline at end of file