-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
online english manual is blank, Chinese manual is partially visible, Please check the source code! #3186
Comments
Related to mybatis/parent#600 |
I confirm that I cannot read content (english version). |
Also need the annotation documentation! |
Lots of people impacted by this. Any alternative links to MyBatis-3 documentation that are still working? |
Hi, I'm sorry for the inconvenience. For the meantime, please use the wayback machine. Or you can build the site locally. git clone https://github.com/mybatis/mybatis-3.git
cd mybatis-3
git checkout mybatis-3.5.16
./mvnw clean site -Dlicense.skip=true -Dmaven.test.skip=true The HTMLs will be generated in I would recommend modifying the diff --git a/pom.xml b/pom.xml
index a8413790a2..43ce196258 100644
--- a/pom.xml
+++ b/pom.xml
@@ -442,7 +442,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<configuration>
- <locales>default,es,ja,fr,zh_CN,ko</locales>
+ <locales>default</locales>
</configuration>
</plugin>
<plugin> |
@harawata I did run the 'site' GHA and it ran ok, the files were updated, but noticed the site never published to org.mybatis. Do you know if there is something else missing there or maybe does it exclude showing snapshots? I'd hate to do a formal release with really no reason other than site but if that is the case, we probably could do so but in that case, let me release the parent again to pickup a few additional items from maven. I know this could be worse, maven broke half their sites documentation due to using maven 4 to run the site for 3. Not the case here but seems documentation problems all over. |
When I ran |
Thanks @harawata I'll give a try in a few days. Maybe the original defect that resulting in changing the locales is now fixed again. Maven is having a bumpy right here. It is nice to see its problematic locally so I'll give it a shot and see what I can come up with. Will be this coming weekend.. |
I have reverted the site to 3.5.16 version, so it should be fine for now. |
The text was updated successfully, but these errors were encountered: