Skip to content
#

modern

Here are 577 public repositories matching this topic...

theodesp
theodesp commented Jun 1, 2022

Is your feature request related to a problem? Please describe.
This is a continuation ticket for zinclabs/zinc#178. Now that we have Swagger support in zinc, we would like to provide the rest of the API Docs.

Describe the solution you'd like
Provide the rest of the Swagger API Documentation by annotating the API Endpoints using https://github.com/swaggo/gin-sw

help wanted good first issue
latexcv
react-portfolio-template
Aryan3212
Aryan3212 commented Jul 6, 2022

I was hoping to create a navbar as done on my fork of the project but which is larger making it more accessible.

Something like the image below, but with better demarcations and accessibility. We aren't using any icon pack and the one on the image was made using a raw SVG path. Maybe we can just have a button instead of the "hamburger+menu".

![image](https://user-images.githubusercontent.co

enhancement good first issue
opensource
tunnckoCore
tunnckoCore commented Feb 9, 2018

Which will behave like that

let settings = await prettyConfig('rollup', { configFiles })

if (!settings) {
  settings = await prettyConfig('rolldown', { configFiles })
}
console.log(settings)

instead of above we can hide it to look like that

const settings = await prettyConfig(['rollup', 'rolldown'], { configFiles })

if (!settings) {
  console.log('no config file
Type: Enhancement good first issue Priority: Medium Status: Available

Improve this page

Add a description, image, and links to the modern topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the modern topic, visit your repo's landing page and select "manage topics."

Learn more