-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
"Last updated" feature is coupled to Git #340
Comments
Thanks for reporting for that. And I also concerned for that. since I believed that most of users use git so I let it go, but it's truly a potential problem, I will disable it by default. BTW, we will make this feature as a plugin in the future. |
BTW, You have been saying this question so early 😅 we even haven't released it yet. awesome ! |
Fixed at: 4921f99 |
@ulivz What about using |
@jackmu95 See: #258 (comment) |
The "Last updated" feature implemented in #282 is tightly coupled to Git.
It assumes Git is installed.
It assumes the project uses Git. The process will crash if the directory is not a Git repository. This is a serious issue if you're just starting out with documentation in a new directory or if you (have to) use something other than Git.
Also see #282 (comment).
The text was updated successfully, but these errors were encountered: