Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish mdProfiles v1.0.0 #58

Merged
merged 5 commits into from
Dec 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions .eslintrc.js

This file was deleted.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,5 @@ _site/
.jekyll-metadata

json

*.DS_Store
3 changes: 0 additions & 3 deletions .prettierrc.js

This file was deleted.

25 changes: 0 additions & 25 deletions .release-it.json

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v1.0.0

**Implemented enhancements:**
* Update .gitignore
* Update profile-schema (rename Vocabularies -> Thesauri, update schema)
* New resources/manifest.json file replaces profiles-list.json (which will be removed in a later version)

**Deprecated:**

* Remove profiles-list-dev
* Remove npm module files
* Remove ruby gem files

## v0.2.6

[Full Changelog](https://github.com/adiwg/mdProfiles/commit/6216485515d923fcfdb5fbd43225f6a6f4ad4e00)
Expand Down
9 changes: 0 additions & 9 deletions Gemfile

This file was deleted.

252 changes: 0 additions & 252 deletions Gemfile.lock

This file was deleted.

25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# mdProfile
Profiles for the mdEditor
# mdProfiles

This repository contains the core profiles for use in the [mdEditor](https://github.com/adiwg/mdEditor).

## Resources - `resources/`

The schema definition for a profile is `resources/profile-schema.json`

The mapping for the schema is `resources/full-map.json`

The manifest file is `resources/manifest.json` which is a list of the core profiles and their urls'

The file `profiles-list.json` is used with mdEditor v1.0.x and will be removed when updated to v1.1.x


### Profiles - `resources/profiles/`

There are 4 core profiles

- basic
- full
- product
- project
Loading