[gtk-web/new-website: 113/191] changing baseurl



commit 1adab9edd217fe7b220a66a028a4fecabac12a90
Author: ravgeetdhillon <ravgeetdhillon gmail com>
Date:   Fri Jul 19 20:28:20 2019 +0530

    changing baseurl

 _config.yml                        |   2 +-
 assets/img/docs/doc-search.png     | Bin 0 -> 187178 bytes
 collections/_docs/gnome-builder.md |  16 ++++++++++++----
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/_config.yml b/_config.yml
index fe7465a..7f4fa25 100644
--- a/_config.yml
+++ b/_config.yml
@@ -12,7 +12,7 @@ description: GTK is a highly usable, feature rich toolkit for creating graphical
 # jekyll configuration options
 
 baseurl: ''
-url: https://ravgeetdhillon.pages.gitlab.gnome.org/gtk-web/
+url: https://ravgeetdhillon.pages.gitlab.gnome.org/gtk-web
 encoding: utf-8
 
 # markdown converter
diff --git a/assets/img/docs/doc-search.png b/assets/img/docs/doc-search.png
new file mode 100644
index 0000000..1e4af02
Binary files /dev/null and b/assets/img/docs/doc-search.png differ
diff --git a/collections/_docs/gnome-builder.md b/collections/_docs/gnome-builder.md
index fcef0c7..677ceca 100644
--- a/collections/_docs/gnome-builder.md
+++ b/collections/_docs/gnome-builder.md
@@ -3,18 +3,23 @@ permalink: /docs/dev-tools/:name/
 ---
 # GNOME Builder
 
-![GitHub Logo](/assets/img/docs/doc-builder.png)
+![GNOME Builder](/assets/img/docs/doc-builder.png)
 
 GNOME Builder is a toolsmith for GNOME-based applications. It is a tool to help you write and contribute to 
great GNOME-based applications.
 
+Visit the [official site for GNOME Builder](https://wiki.gnome.org/Apps/Builder).
+
 ***
 
-### Features
+## Features
+
+### Global search
+
 * Search for files, classes, and functions with lightning fast fuzzy search.
 * Explore APIs used by your project with auto-completion for C/C++, Python, Rust, and Vala. For languages 
without native support, ctags integration is provided.
 * Never lose your place in large code bases thanks to Builder's source code map.
 
-### Getting Builder
+## Getting Builder
 Builder is available for download through most popular distributions' software centers. Source code can be 
obtained from Builder's git repository. Builder can also be installed and run via 
[Flatpak](https://wiki.gnome.org/Projects/SandboxedApps):
 
 ```
@@ -22,5 +27,8 @@ $ flatpak install --from https://flathub.org/repo/appstream/org.gnome.Builder.fl
 $ flatpak run org.gnome.Builder
 ```
 
-### Filing a bug
+## Getting in Touch
+Questions regarding use and development of Builder are welcome though Builder's [IRC 
channel](irc://irc.gnome.org/%23gnome-builder) (`#gnome-builder` at `irc.gnome.org`).
+
+## Filing a bug
 If you found a problem or have a feature suggestion, feel free to [file a bug at GNOME's bug 
tracker](https://gitlab.gnome.org/GNOME/gnome-builder/issues).
\ No newline at end of file


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]