Skip to content

Commit b0fe08c

Browse files
authored
Merge pull request #18 from BeamStackProj/fixes
Fixes
2 parents dbc489d + fd3c452 commit b0fe08c

File tree

9 files changed

+22
-61
lines changed

9 files changed

+22
-61
lines changed

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,18 @@ use GitHub pull requests for this purpose. Consult
1212
[GitHub Help](https://help.github.com/articles/about-pull-requests/) for more
1313
information on using pull requests.
1414

15-
## Updating a single page
16-
17-
If you've just spotted something you'd like to change while using the docs, Docsy has a shortcut for you:
18-
19-
1. Click **Edit this page** in the top right hand corner of the page.
20-
1. If you don't already have an up to date fork of the project repo, you are prompted to get one - click **Fork this repository and propose changes** or **Update your Fork** to get an up to date version of the project to edit. The appropriate page in your fork is displayed in edit mode.
21-
1. Follow the rest of the [Quick start with Netlify](#quick-start-with-netlify) process above to make, preview, and propose your changes.
22-
23-
## Previewing your changes locally
15+
## Proposing & previewing your changes locally
2416

2517
If you want to run your own local Hugo server to preview your changes as you work:
2618

2719
1. Follow the instructions in [Getting started](/docs/getting-started) to install Hugo and any other tools you need. You'll need at least **Hugo version 0.45** (we recommend using the most recent available version), and it must be the **extended** version, which supports SCSS.
2820
1. Fork the [Website repo](https://github.com/BeamStackProj/website) repo into your own project, then create a local copy using `git clone`. Don’t forget to use `--recurse-submodules` or you won’t pull down some of the code you need to generate a working site.
2921

3022
```
31-
git clone --recurse-submodules --depth 1 https://github.com/BeamStackProj/website.git
23+
git clone --recurse-submodules --depth 1 https://github.com/BeamStackProj/website
3224
```
3325
34-
1. Run `hugo server` in the site root directory. By default your site will be available at http://localhost:1313/. Now that you're serving your site locally, Hugo will watch for changes to the content and automatically refresh your site.
26+
1. Run `hugo server` in the site root directory. By default your site will be available at http://localhost:1313/website. Now that you're serving your site locally, Hugo will watch for changes to the content and automatically refresh your site.
3527
1. Continue with the usual GitHub workflow to edit files, commit them, push the
3628
changes up to your fork, and create a pull request.
3729

content/en/blog/news/first-post/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
date: 2024-08-15
3-
title: Easy documentation with Docsy
4-
linkTitle: Announcing Docsy
3+
title: Announcing Beamstack
4+
linkTitle: Announcing Beamstack
55
description: >
66
The Docsy Hugo theme lets project maintainers and contributors focus on content,
77
not on reinventing a website infrastructure from scratch
8-
author: Riona MacNamara ([@rionam](https://twitter.com/bepsays))
8+
author: Olufunbi Babalola
99
resources:
1010
- src: "**.{png,jpg}"
1111
title: "Image #:counter"

content/en/docs/about/community.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Come join us and make Beamstack better, we are looking for contributors to add c
1212
Please join the [Beamstack Discord](https://discord.gg/fYNnNVaEFK).
1313

1414
<a href="https://discord.gg/fYNnNVaEFK">
15-
<button class="btn btn-primary py-2 px-5 mb-3">Click to join:<br><b>Beamstack Slack</b></button>
15+
<button class="btn btn-primary py-2 px-5 mb-3">Click to join:<br><b>Beamstack Discord</b></button>
1616
</a>
1717

1818
<img src="{{< param prefixURL >}}/docs/about/images/featured-background.png"

content/en/docs/about/contributing.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ Follow these instructions if you want to:
1919

2020
### Joining the Beamstack GitHub Org
2121

22-
- First step is to join the discord channel
23-
- In the [join-beamstack](https://discord.gg/5jxWcupaQM) channel, create a request to join the org
22+
- First step is to join the [discord channel](https://discord.gg/fYNnNVaEFK)
2423
- Follow the prompts to get onboarded
2524

2625
### Contributing to the Beamstack Project

content/en/docs/about/contribution-guidelines.md

Lines changed: 6 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 20
66

77
We use [Hugo](https://gohugo.io/) to format and generate our website, the
88
[Docsy](https://github.com/google/docsy) theme for styling and site structure,
9-
and [Netlify](https://www.netlify.com/) to manage the deployment of the site.
9+
and [Github Actions](https://docs.github.com/en/actions) to manage the deployment of the site.
1010
Hugo is an open-source static site generator that provides us with templates,
1111
content organisation in a standard directory structure, and a website generation
1212
engine. You write the pages in Markdown (or HTML if you want), and Hugo wraps them up into a website.
@@ -16,53 +16,24 @@ use GitHub pull requests for this purpose. Consult
1616
[GitHub Help](https://help.github.com/articles/about-pull-requests/) for more
1717
information on using pull requests.
1818

19-
## Quick start with Netlify
20-
21-
Here's a quick guide to updating the docs. It assumes you're familiar with the
22-
GitHub workflow and you're happy to use the automated preview of your doc
23-
updates:
24-
25-
1. Fork the [Beamstack repo](https://github.com/google/docsy-example) on GitHub.
26-
1. Make your changes and send a pull request (PR).
27-
1. If you're not yet ready for a review, add "WIP" to the PR name to indicate
28-
it's a work in progress. (**Don't** add the Hugo property
29-
"draft = true" to the page front matter, because that prevents the
30-
auto-deployment of the content preview described in the next point.)
31-
1. Wait for the automated PR workflow to do some checks. When it's ready,
32-
you should see a comment like this: **deploy/netlify — Deploy preview ready!**
33-
1. Click **Details** to the right of "Deploy preview ready" to see a preview
34-
of your updates.
35-
1. Continue updating your doc and pushing your changes until you're happy with
36-
the content.
37-
1. When you're ready for a review, add a comment to the PR, and remove any
38-
"WIP" markers.
39-
40-
## Updating a single page
41-
42-
If you've just spotted something you'd like to change while using the docs, Docsy has a shortcut for you:
43-
44-
1. Click **Edit this page** in the top right hand corner of the page.
45-
1. If you don't already have an up to date fork of the project repo, you are prompted to get one - click **Fork this repository and propose changes** or **Update your Fork** to get an up to date version of the project to edit. The appropriate page in your fork is displayed in edit mode.
46-
1. Follow the rest of the [Quick start with Netlify](#quick-start-with-netlify) process above to make, preview, and propose your changes.
47-
48-
## Previewing your changes locally
19+
## Proposing & previewing your changes locally
4920

5021
If you want to run your own local Hugo server to preview your changes as you work:
5122

5223
1. Follow the instructions in [Getting started](/docs/getting-started) to install Hugo and any other tools you need. You'll need at least **Hugo version 0.45** (we recommend using the most recent available version), and it must be the **extended** version, which supports SCSS.
53-
1. Fork the [Beamstack repo](https://github.com/google/docsy-example) repo into your own project, then create a local copy using `git clone`. Don’t forget to use `--recurse-submodules` or you won’t pull down some of the code you need to generate a working site.
24+
1. Fork the [Website repo](https://github.com/BeamStackProj/website) repo into your own project, then create a local copy using `git clone`. Don’t forget to use `--recurse-submodules` or you won’t pull down some of the code you need to generate a working site.
5425

5526
```
56-
git clone --recurse-submodules --depth 1 https://github.com/google/docsy-example.git
27+
git clone --recurse-submodules --depth 1 https://github.com/BeamStackProj/website
5728
```
5829
59-
1. Run `hugo server` in the site root directory. By default your site will be available at http://localhost:1313/. Now that you're serving your site locally, Hugo will watch for changes to the content and automatically refresh your site.
30+
1. Run `hugo server` in the site root directory. By default your site will be available at http://localhost:1313/website. Now that you're serving your site locally, Hugo will watch for changes to the content and automatically refresh your site.
6031
1. Continue with the usual GitHub workflow to edit files, commit them, push the
6132
changes up to your fork, and create a pull request.
6233
6334
## Creating an issue
6435
65-
If you've found a problem in the docs, but you're not sure how to fix it yourself, please create an issue in the [Beamstack repo](https://github.com/google/docsy-example/issues). You can also create an issue about a specific page by clicking the **Create Issue** button in the top right hand corner of the page.
36+
If you've found a problem in the docs, but you're not sure how to fix it yourself, please create an issue in the [Website repo](https://github.com/BeamStackProj/website/issues). You can also create an issue about a specific page by clicking the **Create Issue** button in the top right hand corner of the page.
6637
6738
## Useful resources
6839

content/en/docs/getting-started/installing-beamstack.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ beamstack -h
2525
5. You should see a list of available beamstack commands if installed properly.
2626

2727
## Next steps
28-
29-
- Review our [introduction to Beamstack](/docs/getting-started/introduction/).
30-
- Explore the [architecture of Beamstack](/docs/getting-started/architecture).
3128
- Check out [beamstack code examples](/docs/getting-started/examples/).
29+
30+

content/en/docs/getting-started/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Deploying machine learning and GenAI workflows should be easy. By extension, man
3131
3232
## The Beamstack mission
3333

34-
Our goal is to make the deployment of AI/ML Pipelines effortless and time efficienct. Beamstack extends already existing features of kubernetes:
34+
Our goal is to make the deployment of AI/ML Pipelines effortless and time efficient. Beamstack extends already existing features of kubernetes:
3535

3636
- Easy, repeatable, portable deployments on a diverse infrastructure
3737
(for example, experimenting on a laptop, then moving to an on-premises
@@ -53,5 +53,5 @@ There are many ways to contribute to Beamstack, and we welcome contributions!
5353
Read the [contributor's guide](/docs/about/contributing/) to get started on the code, and learn about the community on the [community page](/docs/about/community/).
5454

5555
## Next Steps
56-
56+
- Explore the [architecture of Beamstack](/docs/getting-started/architecture).
5757
- Follow [the installation guide](/docs/getting-started/installing-beamstack) install Beamstack and begin easy pipeline deployments.

hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ languages:
4848
languageName: English
4949
title: Beamstack
5050
params:
51-
description: A Docsy example site
51+
description: Beamstack Project Documentation
5252
# cSpell:disable
5353
# cSpell:enable
5454

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"version": "0.10.0",
44
"version.next": "0.10.1-dev.0-unreleased",
55
"description": "Beamstack Project Documentation",
6-
"repository": "github:BeamStackProj/beamstack-cli",
6+
"repository": "github:BeamStackProj/website",
77
"homepage": "https://beamstackproj.github.io/website",
8-
"author": "Docsy Authors",
8+
"author": "Beamstack",
99
"license": "Apache-2.0",
10-
"bugs": "https://github.com/BeamStackProj/beamstack-cli/issues",
10+
"bugs": "https://github.com/BeamStackProj/website/issues",
1111
"spelling": "cSpell:ignore docsy hugo htmltest precheck postbuild -",
1212
"scripts": {
1313
"_build": "npm run _hugo-dev --",

0 commit comments

Comments
 (0)