1
0
mirror of https://github.com/minio/docs.git synced 2025-07-27 08:41:57 +03:00

add build support for npm

This commit is contained in:
Harshavardhana
2021-02-02 19:49:06 +00:00
parent d4c82ff57c
commit 1b8e574e7f
7 changed files with 6019 additions and 15 deletions

View File

@ -16,7 +16,7 @@ window.addEventListener("DOMContentLoaded", (event) => {
// Render navigation menu
if($('#nav')[0]) {
var navData = '/_static/data/nav.json';
var navData = '_static/data/nav.json'; // Keep this link relative
var nav = $('.nav');
$.getJSON( navData, function(data) {