From ea8fc3182797e3691705a9c45e83a16496367904 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 30 Sep 2023 10:25:05 +0200 Subject: [PATCH] docs/website: simplify section on Git repo Now that the snapshot tarball section is gone, the "Source code" block has only one sub-block "Repository" which makes it look odd. So bring the sub-block content into the parent block, and rename this parent block "Git repository". As this requires re-indenting the whole HTML soup, take advantage of this to use

...

in a more correct manner. Signed-off-by: Thomas Petazzoni [yann.morin.1998@free.fr: fix "git pull" layout] Signed-off-by: Yann E. MORIN --- docs/website/download.html | 64 ++++++++++++++++---------------------- 1 file changed, 26 insertions(+), 38 deletions(-) diff --git a/docs/website/download.html b/docs/website/download.html index 91ad4c7547..af39ddc9eb 100644 --- a/docs/website/download.html +++ b/docs/website/download.html @@ -116,53 +116,41 @@
-
Source code
+
Git repository
-
-
-
-
Repository
-
-

The buildroot repository can be browsed online at - https://gitlab.com/buildroot.org/buildroot/. - To grab a copy of the repository use

+

The buildroot repository can be browsed online at + https://gitlab.com/buildroot.org/buildroot/.

+

To grab a copy of the repository use

-
- - - - -

+
+ + + + +

-

+

If you are not already familiar with using Git, we recommend + you visit the Git + website.

- If you are not already familiar with using Git, we recommend you visit the Git website. +

Once you've checked out a copy of the source tree, you can + update your source tree at any time so it is in sync with the + latest and greatest by entering your buildroot directory and + running the command:

-

+

git pull
- Once you've checked out a copy of the source tree, you can update your source - tree at any time so it is in sync with the latest and greatest by entering your - buildroot directory and running the command: +

Because you've only been granted anonymous access to the + tree, you won't be able to push your changes to the + repo. Changes can instead be submitted for inclusion by + posting them to the buildroot mailing list.

-
-git pull
-
- - Because you've only been granted anonymous access to the tree, you won't be - able to push your changes to the repo. Changes can instead be submitted for - inclusion by posting them to the buildroot mailing list. -
-
-
- -