
Security News
Rspack Introduces Rslint, a TypeScript-First Linter Written in Go
Rspack launches Rslint, a fast TypeScript-first linter built on typescript-go, joining in on the trend of toolchains creating their own linters.
This is a RADIUSS documentation Jekyll theme that can be easily deployed to a RADIUSS site. The style looks like this, either with a sidebar:
or without.
Using the theme is easy - just add it as a remote_theme
to your config yaml.
remote_theme: rse-radiuss/radiuss-docs-jekyll
And then you can add any pages with the following front end matter (header) to use the documentation template.
---
title: CMake
layout: docs
permalink: /cmake/
---
To add a sidebar to your pages, create a file under _data/menus/
that is named
according to your sidebar, e.g., _data/menus/mysidebar.yaml
for a sidebar named mysidebar
.
The file should be a flat list of names and urls:
- title: My Page
url: "mypage"
- title: Root of Site
url: ""
And then you can add this to the front end matter of pages where you want it to appear:
---
title: CMake
layout: docs
sidebar: mysidebar
permalink: /pagename/
---
The gem is built during CI, and release is currently done from the command line:
$ /bin/bash script/release.sh
When you release, you should bump the version in radiuss-docs-jekyll.gemspec and be on the main branch.
Copyright (c) 2021, Lawrence Livermore National Security, LLC. Produced at the Lawrence Livermore National Laboratory.
RADIUSS is licensed under the MIT license LICENSE.
Copyrights and patents in the RADIUSS Docker project are retained by contributors. No copyright assignment is required to contribute to RADIUSS Docker.
This work was produced under the auspices of the U.S. Department of Energy by Lawrence Livermore National Laboratory under Contract DE-AC52-07NA27344.
FAQs
Unknown package
We found that radiuss-docs-jekyll demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Rspack launches Rslint, a fast TypeScript-first linter built on typescript-go, joining in on the trend of toolchains creating their own linters.
Security News
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.