Skip to content

Commit 7d0cee8

Browse files
authored
Merge branch 'master' into remove-asset-flag-from-ug
2 parents e7cd20a + 98e9723 commit 7d0cee8

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

docs/dg/learningBasics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ You can refer to the [Javascript documentation](https://devdocs.io/javascript/)
272272

273273
RepoSense uses **Vue.js** (Vue3) in its front-end implementation. In particular, major user interface components, such as [summary view](report.html#summary-view-v-summary-js), [authorship view](report.html#authorship-view-v-authorship-js), and [zoom view](report.html#zoom-view-v-zoom-js), are implemented as Vue components. The corresponding source files are in `frontend/src`.
274274

275-
* If you are new to Vue.js, you may want to start learning by looking at [the beginner tutorial](https://www.vuemastery.com/courses/intro-to-vue-js/).
275+
* If you are new to Vue.js, you may want to start learning by looking at [the beginner tutorial](https://www.vuemastery.com/courses/intro-to-vue-3/).
276276
* You can dive deeper later by checking the [Vue.js documentation](https://vuejs.org/guide/introduction.html) to learn about essential concepts such as component life cycle hooks, and component properties.
277277
* It is recommended if you can work on some small projects first to gain more solid understanding of Vue.js.
278278

-54.7 KB
Binary file not shown.

docs/ug/withGithubActions.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ In your fork, edit `run.sh` (and if applicable, `repo-config.csv`, `author-confi
4040

4141
{{ step(4)}} **View the generated report:**
4242

43-
To access your regenerated RepoSense report, go to the settings of your fork in GitHub, under **GitHub Pages** section, look for `Your site is published at [LINK]`. It should look something like `https://[YOUR_GITHUB_ID].github.io/publish-RepoSense`.
44-
![GitHub Setting](../images/publishingguide-githubsetting.jpg "GitHub Setting")
43+
Your report will be available at `https://[YOUR_GITHUB_ID].github.io/publish-RepoSense` once you [enable GitHub Pages](https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#publishing-from-a-branch) with the `gh-pages` branch.
4544

4645
<box type="tip" seamless>
4746

0 commit comments

Comments
 (0)