Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Commit

Permalink
Moved javadocs to javadocs.io
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaiBojin committed Jul 24, 2020
1 parent 90bbb94 commit 939e8ac
Show file tree
Hide file tree
Showing 110 changed files with 10 additions and 49,154 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -342,3 +342,6 @@ gradle-app.setting

# Infer
infer-out/

# Javadoc
docs/javadoc
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ VERSION_TAG := $(shell git describe --exact-match --tags "$(GITHASH)" 2>/dev/nul
clean: jabba
@echo "==> Cleaning project artifacts and metadata"
bazelisk clean
rm -rf com/ infer-out/ module-info.class
rm -rf com/ infer-out/ module-info.class docs/javadoc

.PHONY: build
build: jabba
Expand Down Expand Up @@ -105,9 +105,9 @@ javadoc:
@echo "==> Unpacking javadocs"
cp bazel-bin/java/central-sync/com.mihaibojin.props:props-core-javadoc.jar $(TMPDIR)/javadoc.jar
cd $(TMPDIR) && jar xf javadoc.jar
rm -rf $(BASEDIR)/docs/assets/javadoc/
mv $(TMPDIR)/props-core $(BASEDIR)/docs/assets/javadoc
rm -rf $(TMPDIR)
rm -f $(TMPDIR)/javadoc.jar
rm -rf $(BASEDIR)/docs/javadoc
mv $(TMPDIR) $(BASEDIR)/docs/javadoc

.PHONY: git-hooks
git-hooks:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can read more about this topic on the [benchmark results page](java/benchmar

# Javadocs

You can find a copy of the latest Javadocs, [here](https://props.mihaibojin.com/assets/javadoc/).
You can find a copy of the latest Javadocs, [here](https://javadoc.io/doc/com.mihaibojin.props/props-core).


# Contributing to the project
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
git_repository(
name = "graknlabs_bazel_distribution",
remote = "https://github.com/MihaiBojin/bazel-distribution",
commit = "d63b2fe5be6f24ae2423713495234144f8e6b15d",
commit = "6305051e29231ebc2d1b2e0ae445a44b3c7034e2",
)
# END https://github.com/graknlabs/bazel-distribution

Expand Down
487 changes: 0 additions & 487 deletions docs/assets/javadoc/allclasses-index.html

This file was deleted.

80 changes: 0 additions & 80 deletions docs/assets/javadoc/allclasses.html

This file was deleted.

179 changes: 0 additions & 179 deletions docs/assets/javadoc/allpackages-index.html

This file was deleted.

Loading

0 comments on commit 939e8ac

Please sign in to comment.