-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs Module is not Updated #2864
Comments
@maliming Please help.. i implement Doc Module as per document.but get 404 error after redirect .. please provide sample project for doc module ..its help me lot |
There is already a demo project. You can open the project url after creating the docs project. |
@maliming Its nOt working Please help ... Get page not found 400 error message https://github.com/pranavpatil19/DocTest1/tree/master USE [DocumentTest] |
try
|
Not working ...... get 400 error |
INSERT INTO [dbo].[DocsProjects]([Id], [ExtraProperties], [ConcurrencyStamp], [Name], [ShortName], [Format], [DefaultDocumentName], [NavigationDocumentName], [ParametersDocumentName], [MinimumVersion], [DocumentStoreType], [MainWebsiteUrl], [LatestVersionBranchName]) VALUES ('F3D42C0D-451B-DFE4-1285-39F34A16B0FE', N'{"GitHubRootUrl":"https://github.com/abpframework/abp/tree/{version}/docs/","GitHubUserAgent":null,"GitHubAccessToken":"***"}', N'b41df31fef784ead89e4a2a581cdbf70', N'abp', N'abp', N'md', N'Index', N'docs-nav.json', N'', NULL, N'GitHub', NULL, N'dev'); |
ok i will try this ... But dont know what is missing step in my project... and why its not working.. if you have time just look its really help me |
You already have its source code and you can troubleshoot the problem based on the application's logs. |
KeyNotFoundException: The given key 'GitHubUserAgent' was not present in the dictionary. |
I dont know what is problem ... i follow every step... not working... document is not well documented .. |
SecurityException: Can not get a resource file out of the project folder! extrapropoerty : documenting missing |
SecurityException: Can not get a resource file out of the project folder! extrapropoerty : documenting missing @maliming Please update doc module document incomplete ... if you have working source code for doc module please share... |
Please update
https://docs.abp.io/en/abp/latest/Modules/Docs
INSERT [dbo].[DocsProjects] ([Id], [Name], [ShortName], [Format], [DefaultDocumentName], [NavigationDocumentName], [MinimumVersion], [DocumentStoreType], [ExtraProperties], [MainWebsiteUrl], [LatestVersionBranchName]) VALUES (N'12f21123-e08e-4f15-bedb-ae0b2d939658', N'Document Master', N'doc', N'md', N'Index', N'docs-nav.json', NULL, N'GitHub', N'{"GitHubRootUrl":"https://github.com/pranavpatil19/DocumentMaster/tree/Master/docs","GitHubAccessToken":"****"}', N'/', N'master')
Not working
The text was updated successfully, but these errors were encountered: