From d727c19293d3c4b6287ab9308eba991dcc2496d4 Mon Sep 17 00:00:00 2001 From: hankuoffroad Date: Sat, 2 Sep 2023 21:02:34 +0000 Subject: [PATCH] Update docsbuilder script --- .../pages/contributing-docs/tools-local-authoring-env.adoc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/ROOT/pages/contributing-docs/tools-local-authoring-env.adoc b/modules/ROOT/pages/contributing-docs/tools-local-authoring-env.adoc index e37757a..b527f64 100644 --- a/modules/ROOT/pages/contributing-docs/tools-local-authoring-env.adoc +++ b/modules/ROOT/pages/contributing-docs/tools-local-authoring-env.adoc @@ -1,6 +1,6 @@ = How to Create and Use a Local Fedora Documentation Workflow Fedora Documentation Team -:revdate: 2023-03-19 +:revdate: 2023-09-02 :page-pagination: [abstract] @@ -123,13 +123,11 @@ This command pushes to your fork in GitLab, and refresh in GitLab to see the lat Go to the the directory where cloned repo is, and run the build scripts in terminal. ---- -$ ./build.sh && ./preview.sh +$ ./docsbuilder.sh ---- Preview in your browser using the address localhost:8080 -If you see the docsbuilder.sh script on the upstream repo, use it. - === Save your work To see what has been going on with git add and git commit commands.