From db85e4593ffc445cab2664d9f5c12d995075c3d2 Mon Sep 17 00:00:00 2001 From: maciej-ka Date: Tue, 29 Oct 2024 17:42:55 +0100 Subject: [PATCH] docs: add link as a method to set up souces in build --- CONTRIBUTING.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.markdown b/CONTRIBUTING.markdown index 2a866105..0809f6d3 100644 --- a/CONTRIBUTING.markdown +++ b/CONTRIBUTING.markdown @@ -110,6 +110,9 @@ You can build the site locally to test your changes. Follow the steps below. * B) Checkout your fork of the learnxinyminutes-docs repo as `source/docs`. * `cd source/docs/` * `git clone https://github.com/YOUR-USERNAME/learnxinyminutes-docs ./source/docs/` + * C) Link docs repository folder. + * `rm ./source/docs` + * `ln -s YOUR-PATH/learnxinyminutes-docs ./source/docs` * Build the site or run a development server to test your changes (NOTE: run these commands at `learnxinyminutes-site/`). * Build - `bundle exec middleman build`