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.