Skip to content
Snippets Groups Projects
Commit dc881616 authored by autowrx bot user's avatar autowrx bot user
Browse files

Website build - job: push-modification-394417 Build logs:...

Website build - job: push-modification-394417   Build logs: https://gitlab.eclipse.org/eclipse/autowrx/docs/-/jobs/394417
parent 5ce7d531
No related branches found
No related tags found
No related merge requests found
Showing
with 6864 additions and 730 deletions
.hugo_build.lock
# SPDX-FileCopyrightText: 2024 eclipse foundation
# SPDX-License-Identifier: EPL-2.0
include:
- project: 'eclipsefdn/it/releng/gitlab-runner-service/gitlab-ci-templates'
file: 'pipeline-autodevops.gitlab-ci.yml'
- project: 'eclipsefdn/it/releng/gitlab-runner-service/gitlab-ci-templates'
file: '/jobs/git.gitlab-ci.yml'
default:
tags:
- origin:eclipse
stages:
- build
- test
- deploy
variables:
GIT_SUBMODULE_STRATEGY: recursive
GIT_SUBMODULE_FORCE_HTTPS: "true"
HUGO_ENV: production
CI_IMAGE_HUGO: eclipsecbi/hugo_extended:0.110.0
build-hugo:
image: $CI_IMAGE_HUGO
stage: build
script:
- hugo -b https://eclipse.dev/${EF_SHORT_NAME}/
artifacts:
paths:
- public
push-modification:
extends: .ef-git
stage: deploy
needs:
- job: build-hugo
artifacts: true
variables:
# GIT_REMOTE_URL: "<to define git://gitlab.eclipse.org:eclipse/${EF_SHORT_NAME}/website.git>"
GIT_INIT_DIR: "public"
GIT_INIT_DEFAULT_BRANCH: "eclipse-pages"
script:
- |
git add -A
if ! git diff --cached --exit-code; then
echo "Changes have been detected, publishing to repo '$GIT_REMOTE_URL'"
git commit -m "Website build - job: $CI_JOB_NAME-$CI_JOB_ID \
Build logs: $CI_JOB_URL"
git log --graph --abbrev-commit --date=relative -n 5
git push origin HEAD:$CI_DEFAULT_BRANCH;
else
echo "No changes have been detected, nothing to publish"
fi
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when: manual
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "schedule"
[submodule "themes/learn"]
path = themes/learn
url = https://github.com/matcornic/hugo-theme-learn.git
......@@ -4,19 +4,19 @@
<head>
<meta charset="utf-8"> <meta name="description" content="">
<link rel="icon" href="/images/favicon.svg" type="image/svg">
<link rel="icon" href="/autowrx/images/favicon.svg" type="image/svg">
<title>404 Page not found</title>
<link href="/css/nucleus.css?1720169700" rel="stylesheet">
<link href="/css/fontawesome-all.min.css?1720169700" rel="stylesheet">
<link href="/css/hybrid.css?1720169700" rel="stylesheet">
<link href="/css/featherlight.min.css?1720169700" rel="stylesheet">
<link href="/css/perfect-scrollbar.min.css?1720169700" rel="stylesheet">
<link href="/css/theme.css?1720169700" rel="stylesheet">
<link href="/css/hugo-theme.css?1720169700" rel="stylesheet">
<link href="/autowrx/css/nucleus.css?1720170055" rel="stylesheet">
<link href="/autowrx/css/fontawesome-all.min.css?1720170055" rel="stylesheet">
<link href="/autowrx/css/hybrid.css?1720170055" rel="stylesheet">
<link href="/autowrx/css/featherlight.min.css?1720170055" rel="stylesheet">
<link href="/autowrx/css/perfect-scrollbar.min.css?1720170055" rel="stylesheet">
<link href="/autowrx/css/theme.css?1720170055" rel="stylesheet">
<link href="/autowrx/css/hugo-theme.css?1720170055" rel="stylesheet">
<link href="/css/theme-green.css?1720169700" rel="stylesheet">
<link href="/autowrx/css/theme-green.css?1720170055" rel="stylesheet">
<style>
:root #header + #content > #left > #rlblock_left {
......@@ -72,7 +72,7 @@ if (!doNotTrack) {
</p>
<p>Woops. Looks like this page doesn&#39;t exist ¯\_(ツ)_/¯.</p>
<p></p>
<p><a href='/'>Go to homepage</a></p>
<p><a href='/autowrx/'>Go to homepage</a></p>
<p><img src='/images/gopher-404.jpg' style="width:50%" alt="Page not found!"></p>
</div>
</div>
......
# Playground documentation
The digital.auto playground documentation is realized with GitHub pages. It is generated by [HUGO](https://gohugo.io/) with [Learn Theme](https://themes.gohugo.io/hugo-theme-learn/) theme, from the markdown files in the `\docs` folder.
The static webpage is generated automatically after every PR merged to master branch, according to the configured GitHub workflow `\.github\workflows\hugo.yaml`
The official documentation page is hosted at https://docs.digital.auto
## Dependencies
The static page is generated with:
- [HUGO](https://gohugo.io/)
- [Learn Theme](https://themes.gohugo.io/hugo-theme-learn/)
Please follow the [documentation](https://gohugo.io/documentation/) for installation and further questions around the framework.
Currently, the HUGO version used for generating VSS documentation is `0.115.4`,
## Run the documentation server locally
Once hugo is installed please follow the following steps:
### Check that HUGO is working:
```
hugo version
```
The following outcome is expected:
```
Hugo Static Site Generator v0.xx.xx ...
```
### Clone the submodule containing the theme
Run the following git commands to init and fetch the submodules:
```
git submodule init
git submodule update
```
Reference: [Git Documentation](https://git-scm.com/book/en/v2/Git-Tools-Submodules).
### Test locally on your server:
Within the repository
```
hugo server -D -s ./docs
```
Optional `-D:` include draft pages as well. Afterwards, you can access the
page under http://localhost:1313/.
## Contribute
If you want to contribute, do the following:
1. Change documentation in `/docs`
2. Test your changes locally, as described above
3. Create Pull Request for review
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>AI SdV Application on digital.auto playground documentation</title>
<link>https://eclipse.dev/autowrx/advanced/ai_sdv_app/</link>
<description>Recent content in AI SdV Application on digital.auto playground documentation</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Thu, 03 Aug 2023 07:07:47 +0700</lastBuildDate><atom:link href="https://eclipse.dev/autowrx/advanced/ai_sdv_app/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>AI App Concept</title>
<link>https://eclipse.dev/autowrx/advanced/ai_sdv_app/ai_app_on_pg/</link>
<pubDate>Mon, 25 Sep 2023 07:07:47 +0700</pubDate>
<guid>https://eclipse.dev/autowrx/advanced/ai_sdv_app/ai_app_on_pg/</guid>
<description>Preface This document for AI engineer who familiar with AI application development concept.
It assumes you have basic understanding on Vehicle API concept, we provide simple explanation at this VSS Basic Documentation.
The purpose of this document is to discuss AI-on-Edge, means realtime AI running directly on vehicle, not apply for AI-on-Cloud like ChatGPT&amp;hellip;
AI application on playground Nowadays, AI is a hot topic. There are plenty of tools, libraries and methods to build and deploy an AI application or reuse AI service from 3rd provider.</description>
</item>
<item>
<title>AI with playground</title>
<link>https://eclipse.dev/autowrx/advanced/ai_sdv_app/ai_getting_started/</link>
<pubDate>Thu, 03 Aug 2023 06:51:01 +0700</pubDate>
<guid>https://eclipse.dev/autowrx/advanced/ai_sdv_app/ai_getting_started/</guid>
<description>Introduction AI becomes more and more popular in daily life, and definitely it is also a trend in the automotive industry. In this section, we will introduce how to use AI in the playground.
Note: AI have a lot of different applications, and we will only introduce a simple image processing use case in this section.
We assume that you already know how to create account, model and prototype in the playground.</description>
</item>
</channel>
</rss>
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment