diff --git a/Home.md b/Home.md index f4eb77c..69293c8 100644 --- a/Home.md +++ b/Home.md @@ -1,29 +1,10 @@ -# Welcome to the SimpleOTP wiki! -.NET library for TOTP/HOTP implementation on server (ASP.NET) or client (Xamarin) side - -## Table of contents -- Get started - - [OTP overview (Wikipedia)](https://en.wikipedia.org/wiki/Time-based_One-Time_Password) - - [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) - - [OTPCodeUpdatedEventHandler](https://github.com/XFox111/SimpleOTP/wiki/OTPCodeUpdatedEventHandler) - - [OTPConfiguration](https://github.com/XFox111/SimpleOTP/wiki/OTPConfiguration) - - [GenerateConfiguration](https://github.com/XFox111/SimpleOTP/wiki/OTPConfiguration.GenerateConfiguration) - - [GetConfiguration](https://github.com/XFox111/SimpleOTP/wiki/OTPConfiguration.GetConfiguration) - - [GetUri](https://github.com/XFox111/SimpleOTP/wiki/OTPConfiguration.GetUri) - - [GetFancySecret](https://github.com/XFox111/SimpleOTP/wiki/OTPConfiguration.GetFancySecret) - - [GetQrImage](https://github.com/XFox111/SimpleOTP/wiki/OTPConfiguration.GetQrImage) - - [OTPCode](https://github.com/XFox111/SimpleOTP/wiki/OTPCode) - - [GetCode](https://github.com/XFox111/SimpleOTP/wiki/OTPCode.GetCode) - - [OTPType](https://github.com/XFox111/SimpleOTP/wiki/OTPType) - - [Algorithm](https://github.com/XFox111/SimpleOTP/wiki/Algorithm) - - [SecretGenerator](https://github.com/XFox111/SimpleOTP/wiki/SecretGenerator) - - [GenerateSecret](https://github.com/XFox111/SimpleOTP/wiki/SecretGenerator.GenerateSecret) \ No newline at end of file +### Table of contents +- [Get started](./Home) + - [Contribution Guidelines](./Contribution-Guidelines) + - [Code style](./Code-style) +- Examples and tutorials + - [Basic example](./Basic-example) + - [ASP.NET example](./ASP.NET-code-validation) + - [Implementing custom hashing algorithms](./Implementing-custom-hashing-algorithms) + - [Implementing custom secret encoding](./Implementing-custom-secret-encoding) +- [API reference](./API-reference) \ No newline at end of file