Fix doc links (#884)
- move
/docsto/help - remove dates from doc names
- move docs to sub-directories and rename to index.md so we get nice urls (e.g.
help/examplerather thanhelp/example.html. - use
wget --spiderto detect and fix broken links. - fix search rendering. Note: dark mode does not play nicely with the GCSE input box1
- rearrange home page to put install links at the top
I propose to don't do subdirectories URLs without *.html works automatically. example: https://nsubstitute.github.io/docs/2010-02-10-replacing-return-values Looks like this is local debug server bug Make sense just remove dates because solution with index.html looks strange
@dtchepak WDYT?
I propose to don't do subdirectories URLs without *.html works automatically. example: https://nsubstitute.github.io/docs/2010-02-10-replacing-return-values Looks like this is local debug server bug Make sense just remove dates because solution with index.html looks strange
@dtchepak WDYT?
I'm not sure about this. :thinking: It is relying on github pages specific implementation right? I kind of like being able to do python3 -m http.server 8080 -d _site and have it be representative of what the real site will look like. If you feel strongly about it though i'm happy to update this PR as suggested :+1:
I propose to don't do subdirectories URLs without *.html works automatically. example: https://nsubstitute.github.io/docs/2010-02-10-replacing-return-values Looks like this is local debug server bug Make sense just remove dates because solution with index.html looks strange @dtchepak WDYT?
I'm not sure about this. 🤔 It is relying on github pages specific implementation right? I kind of like being able to do
python3 -m http.server 8080 -d _siteand have it be representative of what the real site will look like. If you feel strongly about it though i'm happy to update this PR as suggested 👍
If we need support other platforms then github pages - maybe this is fine
@Romfos could you merge this pr? Would be great to see the links working again.
@304NotModified I don't have merge permission. We need wait @dtchepak for feedback
Unfortunately I also don't have merge permission
@304NotModified I don't have merge permission. We need wait @dtchepak for feedback
I think I've fixed this now @304NotModified and @Romfos :crossed_fingers: Let me know if you still do not have permission.
@dtchepak yes, I have it. Please deploy new version after fix
Deployed :heavy_check_mark: