Skip to content

Commit

Permalink
fix update mkdocs
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Jansen <[email protected]>
(cherry picked from commit 212590b)
(cherry picked from commit 93394de)
Signed-off-by: Jan Jansen <[email protected]>
  • Loading branch information
farodin91 committed Nov 18, 2023
1 parent 9739be2 commit 78f2457
Show file tree
Hide file tree
Showing 8 changed files with 267 additions and 230 deletions.
2 changes: 1 addition & 1 deletion docs.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM python:3.8
FROM python:3.12

ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.local/bin

Expand Down
2 changes: 1 addition & 1 deletion docs/advanced-topics/hadoop.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ computations of various OLAP queries may be persisted on the Hadoop file
system.

For configuring a single node Hadoop cluster, please refer to official
[Apache Hadoop Docs](https://hadoop.apache.org/docs/r{{hadoop2_version }}/hadoop-project-dist/hadoop-common/SingleCluster.html)
[Apache Hadoop Docs](https://hadoop.apache.org/docs/r{{ hadoop2_version }}/hadoop-project-dist/hadoop-common/SingleCluster.html)

Once you have a Hadoop cluster up and running, we will need to specify
the Hadoop configuration files in the `CLASSPATH`. The below document
Expand Down
7 changes: 4 additions & 3 deletions docs/basics/configuration-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ configuration
log.user.send-batch-size = 100
```

Configuration Namespaces and Options
------------------------------------
{!basics/janusgraph-cfg.md!}
## Configuration Namespaces and Options
{%
include "basics/janusgraph-cfg.md"
%}
Loading

0 comments on commit 78f2457

Please sign in to comment.