zeppelin/docs/_includes/JB
ChanHo Lee aa5abd572d
[ZEPPELIN-6112] Fix running documentation website server
### What is this PR for?
The current command for running the website is not functioning correctly.

Fixing this issue will enable developers to verify that the changes made to the documentation files are properly reflected on the website.


### What type of PR is it?
Bug Fix

### Todos
* [ ] - Task

### What is the Jira issue?
* Open an issue on Jira https://issues.apache.org/jira/browse/ZEPPELIN/6112
* Put link here, and add [ZEPPELIN-*Jira number*] in PR title, eg. [ZEPPELIN-533]

### How should this be tested?

Run the website server using the following command and check if the site is served at http://localhost:4000:
```bash
docker run --rm -it \
       -v $PWD:/docs \
       -w /docs \
       -p '4000:4000' \
       ruby:3.3.5 \
       bash -c "bundle install && bundle exec jekyll serve --watch --host 0.0.0.0"
```

### Questions:
* Does the license files need to update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No


Closes #4850 from tbonelee/fix-docs.

Signed-off-by: Cheng Pan <chengpan@apache.org>
2024-09-29 23:19:59 +08:00
..
analytics-providers ZEPPELIN-279: move website w/ docs to master branch 2015-09-05 19:48:22 +09:00
comments-providers ZEPPELIN-279: move website w/ docs to master branch 2015-09-05 19:48:22 +09:00
analytics ZEPPELIN-279: move website w/ docs to master branch 2015-09-05 19:48:22 +09:00
categories_list ZEPPELIN-279: move website w/ docs to master branch 2015-09-05 19:48:22 +09:00
comments ZEPPELIN-279: move website w/ docs to master branch 2015-09-05 19:48:22 +09:00
liquid_raw ZEPPELIN-279: move website w/ docs to master branch 2015-09-05 19:48:22 +09:00
pages_list ZEPPELIN-279: move website w/ docs to master branch 2015-09-05 19:48:22 +09:00
posts_collate ZEPPELIN-279: move website w/ docs to master branch 2015-09-05 19:48:22 +09:00
setup [ZEPPELIN-6112] Fix running documentation website server 2024-09-29 23:19:59 +08:00
sharing ZEPPELIN-279: move website w/ docs to master branch 2015-09-05 19:48:22 +09:00
tags_list ZEPPELIN-279: move website w/ docs to master branch 2015-09-05 19:48:22 +09:00