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:
@ -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) {
|
||||
|
Reference in New Issue
Block a user